summaryrefslogtreecommitdiffstats
path: root/framework/source/classes/droptargetlistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/classes/droptargetlistener.cxx')
-rw-r--r--framework/source/classes/droptargetlistener.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/classes/droptargetlistener.cxx b/framework/source/classes/droptargetlistener.cxx
index 98e159a8add3..c1a422f466f1 100644
--- a/framework/source/classes/droptargetlistener.cxx
+++ b/framework/source/classes/droptargetlistener.cxx
@@ -219,7 +219,7 @@ sal_Bool DropTargetListener::implts_IsDropFormatSupported( SotFormatStringId nFo
void DropTargetListener::implts_OpenFile( const String& rFilePath )
{
- String aFileURL;
+ rtl::OUString aFileURL;
if ( !::utl::LocalFileHelper::ConvertPhysicalNameToURL( rFilePath, aFileURL ) )
aFileURL = rFilePath;