diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-17 23:21:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-18 13:03:20 +0100 |
commit | d5e20fe5a0ec78a9197c28f25fc5b7e62c18ef39 (patch) | |
tree | 0fe1e4d9903c6c3a648a397aeab549adbc80103d /tools/source | |
parent | d7cc97175512940c6066b285545e455b50113285 (diff) |
this conversion is a no-op
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/fsys/tempfile.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/source/fsys/tempfile.cxx b/tools/source/fsys/tempfile.cxx index 7a69e2e7696c..0a38cb6fbb57 100644 --- a/tools/source/fsys/tempfile.cxx +++ b/tools/source/fsys/tempfile.cxx @@ -169,11 +169,7 @@ String TempFile::CreateTempName( const String* pParent ) // get TempFile name with default naming scheme CreateTempName_Impl( aName, sal_False ); - // convert to file URL - rtl::OUString aTmp; - if ( aName.Len() ) - aTmp = aName; - return aTmp; + return aName; } TempFile::TempFile( const String* pParent, sal_Bool bDirectory ) |