Kaydet (Commit) bde81bfa authored tarafından Noel Grandin's avatar Noel Grandin

convert sfx2/source/inc/virtmenu.hxx from String to OUString

Change-Id: Idb679382cff5dc35bf884898e9a26e16a6def398
üst e0c6780f
......@@ -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;
......
......@@ -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, "");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment