loplugin:constantparam in tools
Change-Id: I3774661799c074561c694515baba42a375d0a077 Reviewed-on: https://gerrit.libreoffice.org/23301 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
committed by
Noel Grandin
parent
a976a19ca8
commit
8ca50d20c1
@@ -1801,7 +1801,7 @@ OUString StringResourcePersistenceImpl::implGetPathForLocaleItem
|
||||
{
|
||||
OUString aFileName = implGetFileNameForLocaleItem( pLocaleItem, aNameBase );
|
||||
INetURLObject aInetObj( aLocation );
|
||||
aInetObj.insertName( aFileName, true, INetURLObject::LAST_SEGMENT, true, INetURLObject::ENCODE_ALL );
|
||||
aInetObj.insertName( aFileName, true, INetURLObject::LAST_SEGMENT, INetURLObject::ENCODE_ALL );
|
||||
if( bDefaultFile )
|
||||
aInetObj.setExtension( "default" );
|
||||
else
|
||||
|
Reference in New Issue
Block a user