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