summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpdimsave.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/dpdimsave.cxx')
-rw-r--r--sc/source/core/data/dpdimsave.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dpdimsave.cxx b/sc/source/core/data/dpdimsave.cxx
index 9cdb2a75e2f6..5d795b946fb0 100644
--- a/sc/source/core/data/dpdimsave.cxx
+++ b/sc/source/core/data/dpdimsave.cxx
@@ -171,7 +171,7 @@ rtl::OUString ScDPSaveGroupDimension::CreateGroupName(const rtl::OUString& rPref
while ( nAdd <= nMaxAdd )
{
String aGroupName( rPrefix );
- aGroupName.Append( String::CreateFromInt32( nAdd ) );
+ aGroupName.Append( OUString::number( nAdd ) );
bool bExists = false;
// look for existing groups