summaryrefslogtreecommitdiff
path: root/include/svtools
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 /include/svtools
parent55f2f0864e0fb45001477c5f16217aa8f55d790f (diff)
convert includes/svtools/openfiledroptargetlistener.hxx to OUString
Change-Id: I09fe1739e92aa522c7c6f085d0355fd7c03c047d
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/openfiledroptargetlistener.hxx2
1 files changed, 1 insertions, 1 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