summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-14 10:02:36 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:35 +0200
commitf4d750cf892888d3377a0568fb8092fc275ec78c (patch)
tree21bca9ed59857f5bb0a6a9f4e082e25447417bca /svtools/source/misc
parentconvert include/svtools/parhtml.hxx from String to OUString (diff)
downloadcore-f4d750cf892888d3377a0568fb8092fc275ec78c.tar.gz
core-f4d750cf892888d3377a0568fb8092fc275ec78c.zip
convert includes/svtools/openfiledroptargetlistener.hxx to OUString
Change-Id: I09fe1739e92aa522c7c6f085d0355fd7c03c047d
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/openfiledroptargetlistener.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/openfiledroptargetlistener.cxx b/svtools/source/misc/openfiledroptargetlistener.cxx
index 5d373836e50a..5286a7e25546 100644
--- a/svtools/source/misc/openfiledroptargetlistener.cxx
+++ b/svtools/source/misc/openfiledroptargetlistener.cxx
@@ -191,7 +191,7 @@ sal_Bool OpenFileDropTargetListener::implts_IsDropFormatSupported( SotFormatStri
return bRet;
}
-void OpenFileDropTargetListener::implts_OpenFile( const String& rFilePath )
+void OpenFileDropTargetListener::implts_OpenFile( const OUString& rFilePath )
{
OUString aFileURL;
if ( !::utl::LocalFileHelper::ConvertPhysicalNameToURL( rFilePath, aFileURL ) )