coverity#735397 dead code

Change-Id: If8d82a39af7a506f42b6c13d8408ffc479b564e7
This commit is contained in:
Norbert Thiebaud 2014-07-01 12:20:22 +02:00
parent 611b419562
commit 42fcd888ae

View File

@ -4974,7 +4974,6 @@ OUString SbUnoStructRefObject::Impl_DumpProperties()
// Is it in Uno a sequence?
SbxDataType eType = pVar->GetFullType();
bool bMaybeVoid = false;
OUString aName( pVar->GetName() );
StructFieldInfo::iterator it = maFields.find( aName );
@ -4991,10 +4990,7 @@ OUString SbUnoStructRefObject::Impl_DumpProperties()
}
}
aPropStr.append( Dbg_SbxDataType2String( eType ) );
if( bMaybeVoid )
{
aPropStr.appendAscii( "/void" );
}
aPropStr.appendAscii( " " );
aPropStr.append( pVar->GetName() );