diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-01-19 00:37:47 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-01-19 02:05:01 +0200 |
commit | 447c313586e9b36acff393feae15f5e1b63861ae (patch) | |
tree | 2cbfc56c4aa843351261731e5ac43d1f59104650 /sw/source/uibase/shells/drwtxtsh.cxx | |
parent | 8cd6dd0a35b1c531ddb5010a3dea84f91f2ffb40 (diff) |
tdf#93837 Convert Writer context menus to xml
Change-Id: I9bc4d5dbef899a31f485123ec841f8d6585a4529
Diffstat (limited to 'sw/source/uibase/shells/drwtxtsh.cxx')
-rw-r--r-- | sw/source/uibase/shells/drwtxtsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/drwtxtsh.cxx b/sw/source/uibase/shells/drwtxtsh.cxx index e7de13dc4e65..2762c1b1f8c9 100644 --- a/sw/source/uibase/shells/drwtxtsh.cxx +++ b/sw/source/uibase/shells/drwtxtsh.cxx @@ -85,7 +85,7 @@ SFX_IMPL_INTERFACE(SwDrawTextShell, SfxShell) void SwDrawTextShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_DRWTXT_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("drawtext"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_DRAW_TEXT_TOOLBOX); |