summaryrefslogtreecommitdiff
path: root/sfx2/source/menu
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-28 12:11:15 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:13 +0200
commitbde81bfa075a088bd050a894299136befa3baf1c (patch)
treeea043cc11f55891117cf5855aa19fd036f182667 /sfx2/source/menu
parente0c6780fdc8e41eb5915f02240c522dff04a9571 (diff)
convert sfx2/source/inc/virtmenu.hxx from String to OUString
Change-Id: Idb679382cff5dc35bf884898e9a26e16a6def398
Diffstat (limited to 'sfx2/source/menu')
-rw-r--r--sfx2/source/menu/virtmenu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/menu/virtmenu.cxx b/sfx2/source/menu/virtmenu.cxx
index fbc4c6077cb1..164184a43c77 100644
--- a/sfx2/source/menu/virtmenu.cxx
+++ b/sfx2/source/menu/virtmenu.cxx
@@ -1019,7 +1019,7 @@ void SfxVirtualMenu::EnableItem( sal_uInt16 nItemId, sal_Bool bEnable )
// set the text of the specified item
-void SfxVirtualMenu::SetItemText( sal_uInt16 nItemId, const String& rText )
+void SfxVirtualMenu::SetItemText( sal_uInt16 nItemId, const OUString& rText )
{
DBG_CHKTHIS(SfxVirtualMenu, 0);
DBG_ASSERT( this != 0, "");