bool improvements
Change-Id: I0ef2adc0bd4a4764c38094b2b7d27c3453ecc117
This commit is contained in:
@@ -1856,7 +1856,7 @@ OUString StringResourcePersistenceImpl::implGetPathForLocaleItem
|
||||
{
|
||||
OUString aFileName = implGetFileNameForLocaleItem( pLocaleItem, aNameBase );
|
||||
INetURLObject aInetObj( aLocation );
|
||||
aInetObj.insertName( aFileName, sal_True, INetURLObject::LAST_SEGMENT, sal_True, INetURLObject::ENCODE_ALL );
|
||||
aInetObj.insertName( aFileName, true, INetURLObject::LAST_SEGMENT, true, INetURLObject::ENCODE_ALL );
|
||||
if( bDefaultFile )
|
||||
aInetObj.setExtension( OUString( "default" ) );
|
||||
else
|
||||
|
Reference in New Issue
Block a user