summaryrefslogtreecommitdiff
path: root/sw/source/uibase/web
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-12-12 23:34:38 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-12-13 09:12:22 +0200
commit2657e3146232dc61d759ff5da35eba2ce6270517 (patch)
tree1a137ff384c0b3b4e81909791c49e3414c972d17 /sw/source/uibase/web
parent5df326438fd3a5613a52b4de1935426911ff1301 (diff)
tdf#93837 Convert MN_TAB_POPUPMENU to xml
Change-Id: I8bf4557094bc32ad58760e822689c3f1d5f33c8f
Diffstat (limited to 'sw/source/uibase/web')
-rw-r--r--sw/source/uibase/web/wtabsh.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/web/wtabsh.cxx b/sw/source/uibase/web/wtabsh.cxx
index e58ab8a7b8b0..ef0b704b06a1 100644
--- a/sw/source/uibase/web/wtabsh.cxx
+++ b/sw/source/uibase/web/wtabsh.cxx
@@ -45,8 +45,7 @@ SFX_IMPL_INTERFACE(SwWebTableShell, SwTableShell)
void SwWebTableShell::InitInterface_Impl()
{
- GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_TAB_POPUPMENU));
-
+ GetStaticInterface()->RegisterPopupMenu("table");
GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_TABLE_TOOLBOX);
}