[Libreoffice-commits] core.git: sd/source

Stephan Bergmann sbergman at redhat.com
Thu Feb 13 12:46:17 CET 2014


 sd/source/core/stlpool.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e40f9e6f08357ab744d2b5301db1886b3f0a7b70
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Feb 13 12:45:51 2014 +0100

    -Werror,-Wdeprecated-declarations
    
    Change-Id: I6b10ab0b3f11559f515084b45dc3771627223418

diff --git a/sd/source/core/stlpool.cxx b/sd/source/core/stlpool.cxx
index 3b89c28..f173ce2 100644
--- a/sd/source/core/stlpool.cxx
+++ b/sd/source/core/stlpool.cxx
@@ -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 );


More information about the Libreoffice-commits mailing list