loplugin:oncevar: empty strings: extensions

Change-Id: I83fe6f3a918cef2da0085858b63ef86005a61619
This commit is contained in:
Stephan Bergmann 2017-07-13 11:46:33 +02:00
parent 49a8dc5057
commit 6b8c36c6fa

View File

@ -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