summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/virtmenu.hxx
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/inc/virtmenu.hxx
parente0c6780fdc8e41eb5915f02240c522dff04a9571 (diff)
convert sfx2/source/inc/virtmenu.hxx from String to OUString
Change-Id: Idb679382cff5dc35bf884898e9a26e16a6def398
Diffstat (limited to 'sfx2/source/inc/virtmenu.hxx')
-rw-r--r--sfx2/source/inc/virtmenu.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/virtmenu.hxx b/sfx2/source/inc/virtmenu.hxx
index 0bf4152d7927..fa091cfd2603 100644
--- a/sfx2/source/inc/virtmenu.hxx
+++ b/sfx2/source/inc/virtmenu.hxx
@@ -85,7 +85,7 @@ public:
SfxBindings &rBind, sal_Bool bOLEServer=sal_False, sal_Bool bRes=sal_False, sal_Bool bIsAddonMenu=sal_False );
void CheckItem( sal_uInt16 nItemId, sal_Bool bCheck );
void EnableItem( sal_uInt16 nItemId, sal_Bool bEnable );
- void SetItemText( sal_uInt16 nItemId, const String& rText );
+ void SetItemText( sal_uInt16 nItemId, const OUString& rText );
sal_uInt16 GetItemCount() const;
Menu* GetSVMenu() const;