loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Ic3e7658ccfd23fa29af46eac971deac5a0373377
This commit is contained in:
@@ -1013,7 +1013,7 @@ void StringResourcePersistenceImpl::implStoreAtStorage
|
||||
xProps->setPropertyValue( aPropName, uno::makeAny( aMime ) );
|
||||
|
||||
aPropName = "UseCommonStoragePasswordEncryption";
|
||||
xProps->setPropertyValue( aPropName, uno::makeAny( sal_True ) );
|
||||
xProps->setPropertyValue( aPropName, uno::makeAny( true ) );
|
||||
}
|
||||
|
||||
Reference< io::XOutputStream > xOutputStream = xElementStream->getOutputStream();
|
||||
|
Reference in New Issue
Block a user