loplugin:salbool: Automatic rewrite of sal_False/True

Change-Id: Ic3e7658ccfd23fa29af46eac971deac5a0373377
This commit is contained in:
Stephan Bergmann
2016-04-20 17:19:15 +02:00
parent 67187c1417
commit 4b9573ba66
6 changed files with 11 additions and 11 deletions

View File

@@ -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();