loplugin:oncevar: empty strings: extensions
Change-Id: I83fe6f3a918cef2da0085858b63ef86005a61619
This commit is contained in:
parent
49a8dc5057
commit
6b8c36c6fa
@ -387,7 +387,6 @@ namespace pcr
|
||||
+ aDot
|
||||
+ _rPropertyName;
|
||||
sal_Int32 i;
|
||||
OUString aDummyStr;
|
||||
for ( i = 0; i < nNewCount; ++i )
|
||||
{
|
||||
sal_Int32 nUniqueId = xStringResourceManager->getUniqueNumericId();
|
||||
@ -395,7 +394,7 @@ namespace pcr
|
||||
aPureIdStr += aIdStrBase;
|
||||
pNewPureIds[i] = aPureIdStr;
|
||||
// Force usage of next Unique Id
|
||||
xStringResourceManager->setString( aPureIdStr, aDummyStr );
|
||||
xStringResourceManager->setString( aPureIdStr, OUString() );
|
||||
}
|
||||
|
||||
// Move strings to new Ids for all locales
|
||||
|
Loading…
x
Reference in New Issue
Block a user