summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-08 13:59:33 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:32 +0200
commit60dddd2012b759397c8ddd008f7d4bf65867e7a4 (patch)
tree80b6161b952f9d5cf6fd05080a390e22ca38916f /cui
parent90ed68e732b5ae644f865d40129b34745a1bc426 (diff)
convert include/svtools/transfer.hxx from String to OUString
Change-Id: Ie80c29a73db295ccc8fe975f8fe7027b9a1eb79a
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/hltpbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/hltpbase.cxx b/cui/source/dialogs/hltpbase.cxx
index 791f7c9e6460..773b82136349 100644
--- a/cui/source/dialogs/hltpbase.cxx
+++ b/cui/source/dialogs/hltpbase.cxx
@@ -88,7 +88,7 @@ sal_Int8 SvxHyperURLBox::AcceptDrop( const AcceptDropEvent& /* rEvt */ )
sal_Int8 SvxHyperURLBox::ExecuteDrop( const ExecuteDropEvent& rEvt )
{
TransferableDataHelper aDataHelper( rEvt.maDropEvent.Transferable );
- String aString;
+ OUString aString;
sal_Int8 nRet = DND_ACTION_NONE;
if( aDataHelper.GetString( FORMAT_STRING, aString ) )