summaryrefslogtreecommitdiff
path: root/tools/source/fsys/tempfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/fsys/tempfile.cxx')
-rw-r--r--tools/source/fsys/tempfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/fsys/tempfile.cxx b/tools/source/fsys/tempfile.cxx
index 0a38cb6fbb57..bbda0a69ed9f 100644
--- a/tools/source/fsys/tempfile.cxx
+++ b/tools/source/fsys/tempfile.cxx
@@ -113,7 +113,7 @@ void CreateTempName_Impl( String& rName, sal_Bool bKeep, sal_Bool bDir = sal_Tru
// ER 13.07.00 why not radix 36 [0-9A-Z] ?!?
const unsigned nRadix = 26;
String aName( rName );
- aName += String::CreateFromAscii( "sv" );
+ aName += rtl::OUString("sv");
rName.Erase();
static unsigned long u = Time::GetSystemTicks();