Kaydet (Commit) e40f9e6f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wdeprecated-declarations

Change-Id: I6b10ab0b3f11559f515084b45dc3771627223418
üst b093ccd7
......@@ -667,7 +667,7 @@ void SdStyleSheetPool::CopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily
sal_Int32 nSuffix = 1;
do
{
aTmpName = aName + rRenameSuffix + OUString::valueOf(nSuffix);
aTmpName = aName + rRenameSuffix + OUString::number(nSuffix);
pExistingSheet = Find(aTmpName, eFamily);
nSuffix++;
} while( pExistingSheet && pExistingSheet->GetItemSet().getHash() != nHash );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment