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

New commits:
commit e40f9e6f08357ab744d2b5301db1886b3f0a7b70
Author: Stephan Bergmann <sberg...@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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to