From 60dddd2012b759397c8ddd008f7d4bf65867e7a4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 8 Aug 2013 13:59:33 +0200 Subject: convert include/svtools/transfer.hxx from String to OUString Change-Id: Ie80c29a73db295ccc8fe975f8fe7027b9a1eb79a --- sw/source/ui/inc/swdtflvr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/inc') diff --git a/sw/source/ui/inc/swdtflvr.hxx b/sw/source/ui/inc/swdtflvr.hxx index ad9d369d5128..89ea0ad53d55 100644 --- a/sw/source/ui/inc/swdtflvr.hxx +++ b/sw/source/ui/inc/swdtflvr.hxx @@ -85,7 +85,7 @@ class SwTransferable : public TransferableHelper static SwTransferable* GetSwTransferable( const TransferableDataHelper& rData ); static void SetSelInShell( SwWrtShell& , sal_Bool , const Point* ); static sal_Bool _CheckForURLOrLNKFile( TransferableDataHelper& rData, - String& rFileName, String* pTitle = 0 ); + OUString& rFileName, OUString* pTitle = 0 ); static int _TestAllowedFormat( const TransferableDataHelper& rData, sal_uLong nFormat, sal_uInt16 nDestination ); -- cgit