summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stg.cxx')
-rw-r--r--sot/source/sdstor/stg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx
index f95b241d4a0f..5835acf65a3f 100644
--- a/sot/source/sdstor/stg.cxx
+++ b/sot/source/sdstor/stg.cxx
@@ -596,7 +596,7 @@ BaseStorage* Storage::OpenStorage( const String& rName, StreamMode m, bool bDire
if( !aNewName.Len() )
{
aNewName.AssignAscii( "Temp Stg " );
- aNewName.Append( String::CreateFromInt32( ++nTmpCount ) );
+ aNewName.Append( OUString::number( ++nTmpCount ) );
bTemp = sal_True;
}
p = pIo->pTOC->Create( *pEntry, aNewName, STG_STORAGE );
@@ -656,7 +656,7 @@ pB
if( !aNewName.Len() )
{
aNewName.AssignAscii( "Temp Strm " );
- aNewName.Append( String::CreateFromInt32( ++nTmpCount ) );
+ aNewName.Append( OUString::number( ++nTmpCount ) );
bTemp = sal_True;
}
p = pIo->pTOC->Create( *pEntry, aNewName, STG_STREAM );