summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/tempfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/tempfile.cxx')
-rw-r--r--unotools/source/ucbhelper/tempfile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx
index 1782dcf6a011..5ffb316b0b78 100644
--- a/unotools/source/ucbhelper/tempfile.cxx
+++ b/unotools/source/ucbhelper/tempfile.cxx
@@ -267,7 +267,7 @@ void lcl_createName(TempFile_Impl& _rImpl,const String& rLeadingChars,sal_Bool _
{
String aTmp( aName );
if ( bUseNumber )
- aTmp += String::CreateFromInt32( i );
+ aTmp += OUString::number( i );
bUseNumber = sal_True;
if ( pExtension )
aTmp += *pExtension;
@@ -316,7 +316,7 @@ umask(old_mode);
}
}
if ( !_bStartWithZero )
- aTmp += String::CreateFromInt32( i );
+ aTmp += OUString::number( i );
}
}