bool improvements

Change-Id: I64288207adb083e006b4acc5e7f26d647236a443
This commit is contained in:
Stephan Bergmann 2014-01-21 17:19:40 +01:00
parent 101e5cc49c
commit 6cccf0f388

View file

@ -169,7 +169,7 @@ void SAL_CALL SfxDialogLibraryContainer::writeLibraryElement
bComplete = writeOasis2OOoLibraryElement( xInput, xOutput );
}
if ( bComplete == sal_False )
if ( !bComplete )
{
Sequence< sal_Int8 > bytes;
sal_Int32 nRead = xInput->readBytes( bytes, xInput->available() );