From f4d750cf892888d3377a0568fb8092fc275ec78c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Aug 2013 10:02:36 +0200 Subject: convert includes/svtools/openfiledroptargetlistener.hxx to OUString Change-Id: I09fe1739e92aa522c7c6f085d0355fd7c03c047d --- include/svtools/openfiledroptargetlistener.hxx | 2 +- svtools/source/misc/openfiledroptargetlistener.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/svtools/openfiledroptargetlistener.hxx b/include/svtools/openfiledroptargetlistener.hxx index 2a6832d886d0..1bebf7d45c45 100644 --- a/include/svtools/openfiledroptargetlistener.hxx +++ b/include/svtools/openfiledroptargetlistener.hxx @@ -64,7 +64,7 @@ class SVT_DLLPUBLIC OpenFileDropTargetListener : public ::cppu::WeakImplHelper1< void implts_BeginDrag( const css::uno::Sequence< css::datatransfer::DataFlavor >& rSupportedDataFlavors ); void implts_EndDrag(); sal_Bool implts_IsDropFormatSupported( SotFormatStringId nFormat ); - void implts_OpenFile( const String& rFilePath ); + void implts_OpenFile( const OUString& rFilePath ); }; #endif // SVTOOLS_DROPTARGETLISTENER_HXX 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 ) ) -- cgit