Kaydet (Commit) d5e20fe5 authored tarafından Caolán McNamara's avatar Caolán McNamara

this conversion is a no-op

üst d7cc9717
...@@ -169,11 +169,7 @@ String TempFile::CreateTempName( const String* pParent ) ...@@ -169,11 +169,7 @@ String TempFile::CreateTempName( const String* pParent )
// get TempFile name with default naming scheme // get TempFile name with default naming scheme
CreateTempName_Impl( aName, sal_False ); CreateTempName_Impl( aName, sal_False );
// convert to file URL return aName;
rtl::OUString aTmp;
if ( aName.Len() )
aTmp = aName;
return aTmp;
} }
TempFile::TempFile( const String* pParent, sal_Bool bDirectory ) TempFile::TempFile( const String* pParent, sal_Bool bDirectory )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment