bool improvements
Change-Id: I64288207adb083e006b4acc5e7f26d647236a443
This commit is contained in:
parent
101e5cc49c
commit
6cccf0f388
1 changed files with 1 additions and 1 deletions
|
@ -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() );
|
||||
|
|
Loading…
Reference in a new issue