[Libreoffice-commits] core.git: sw/source
Yousuf Philips
philipz85 at hotmail.com
Sun Apr 26 07:12:17 PDT 2015
sw/source/ui/app/mn.src | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 89aee8b17f8dd4eb2213a7844a9ef26951e39775
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Sun Apr 26 04:55:23 2015 +0400
Always show 'Bullets and Numbering' in context menu below 'Paragraph'
Change-Id: Ie1218f18a5f2bf66e6d93df4ac9bb3955f0a231f
Reviewed-on: https://gerrit.libreoffice.org/15536
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index 34e03f3..74ed6b2 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -40,7 +40,9 @@
MenuItem\
{\
ITEM_FORMAT_PARA_DLG\
- };\
+ };
+
+#define MN_PAGE\
MenuItem\
{\
Identifier = FN_FORMAT_PAGE_DLG ; \
@@ -197,6 +199,7 @@
SEPARATOR ; \
MN_TXT \
MN_NUMBERING \
+ MN_PAGE \
ITEM_TRANSLITERATE_MENU \
SEPARATOR ;
@@ -690,6 +693,7 @@ Menu MN_TAB_POPUPMENU
{
ITEM_FORMAT_PARA_DLG
};
+ MN_NUMBERING
ITEM_TRANSLITERATE_MENU
SEPARATOR ;
_DEFAULT_TEXT_EDIT_ELEMENTS
More information about the Libreoffice-commits
mailing list