summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-12-11 18:53:15 +0400
committerYousuf Philips <philipz85@hotmail.com>2015-12-22 08:45:02 +0000
commit7edfee8e4f81c17ec95a03843c509b95b8e404b2 (patch)
treef782234afef2d16672f5c03e77c315ad2eafae14 /svx
parent2c000fbf50adcf80e12cdc8f7689e6d3c8a888f7 (diff)
Rearrangement of various context menus in Impress
Change-Id: I6674254898dc6d7351ec4450e2aa5ac3f177bdbf Reviewed-on: https://gerrit.libreoffice.org/20640 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/globlmn_tmpl.hrc36
1 files changed, 36 insertions, 0 deletions
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
index 17d201aebbdf..65f31cc8513d 100644
--- a/svx/inc/globlmn_tmpl.hrc
+++ b/svx/inc/globlmn_tmpl.hrc
@@ -280,6 +280,34 @@
Text [ en-US ] = "~Bullets and Numbering..." ; \
};
+#define MN_COMBINE \
+ MenuItem\
+ {\
+ Identifier = SID_COMBINE ; \
+ HelpId = CMD_SID_COMBINE ; \
+ Text [ en-US ] = "Comb~ine" ; \
+ };
+#define MN_DISMANTLE \
+ MenuItem\
+ {\
+ Identifier = SID_DISMANTLE ; \
+ HelpId = CMD_SID_DISMANTLE ; \
+ Text [ en-US ] = "~Split" ; \
+ };
+#define MN_CONNECT \
+ MenuItem\
+ {\
+ Identifier = SID_CONNECT ; \
+ HelpId = CMD_SID_CONNECT ; \
+ Text [ en-US ] = "C~onnect" ; \
+ };
+#define MN_BREAK \
+ MenuItem\
+ {\
+ Identifier = SID_BREAK ; \
+ HelpId = CMD_SID_BREAK ; \
+ Text [ en-US ] = "~Break" ; \
+ };
#define ITEM_POLY_MERGE \
MenuItem\
{\
@@ -326,6 +354,14 @@
{\
ItemList = \
{\
+ MN_COMBINE \
+ MN_DISMANTLE \
+ MN_CONNECT \
+ MN_BREAK \
+ MenuItem \
+ { \
+ Separator = TRUE; \
+ }; \
ITEM_POLY_MERGE \
ITEM_POLY_SUBSTRACT \
ITEM_POLY_INTERSECT \