[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sd/source
Yousuf Philips
philipz85 at hotmail.com
Tue Jan 6 09:05:28 PST 2015
sd/source/ui/app/menuids_tmpl.src | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
New commits:
commit a5fd512c34c7210d86f210c74033291bd27ca83c
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Mon Dec 22 23:49:44 2014 +0400
fdo#84233 rearrange impress and draw slide context menus submenu (4.4)
Change-Id: I29567b9d66655e1b00aba8170349296ac25af11e
Reviewed-on: https://gerrit.libreoffice.org/13615
Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
Tested-by: Yousuf Philips <philipz85 at hotmail.com>
diff --git a/sd/source/ui/app/menuids_tmpl.src b/sd/source/ui/app/menuids_tmpl.src
index 2569138..07f6fb0 100644
--- a/sd/source/ui/app/menuids_tmpl.src
+++ b/sd/source/ui/app/menuids_tmpl.src
@@ -138,41 +138,40 @@
{\
ItemList = \
{\
+ MN_INSERT_PAGE\
+ MN_DELETE_PAGE\
+ SEPARATOR\
MN_FORMAT_PAGE\
MN_PRESENTATION_LAYOUT\
MN_RENAME_PAGE\
- SEPARATOR\
- MN_INSERT_PAGE\
- MN_DELETE_PAGE\
};\
};\
Text [ en-US ] = "Pag~e" ; \
};
#define MN_SLIDE_MENU \
+ MN_SELECT_BACKGROUND\
+ MN_FORMAT_PAGE\
MenuItem\
{\
Identifier = DUMMY + 8 ; \
Command = ".uno:PageMenu" ; \
+ Text [ en-US ] = "Slid~e" ; \
SubMenu = Menu\
{\
ItemList = \
{\
- MN_FORMAT_PAGE\
- MN_PRESENTATION_LAYOUT\
- MN_MODIFY_PAGE\
- MN_SELECT_BACKGROUND\
+ MN_INSERT_SLIDE\
+ MN_DUPLICATE_SLIDE\
+ MN_DELETE_SLIDE\
+ SEPARATOR\
MN_RENAME_SLIDE\
SEPARATOR\
+ MN_PRESENTATION_LAYOUT\
MN_DISPLAY_MASTER_BACKGROUND\
MN_DISPLAY_MASTER_OBJECTS\
- SEPARATOR\
- MN_INSERT_SLIDE\
- MN_DUPLICATE_SLIDE\
- MN_DELETE_SLIDE\
};\
};\
- Text [ en-US ] = "Slid~e" ; \
};
// Layer
More information about the Libreoffice-commits
mailing list