diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-04-26 04:55:23 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-04-26 14:11:49 +0000 |
commit | 89aee8b17f8dd4eb2213a7844a9ef26951e39775 (patch) | |
tree | 35a4f689a4f46e364efb1d01089b383cfa91ce14 /sw | |
parent | b7f15ab8271ff789aaab0d58a5da42738267cd6a (diff) |
Always show 'Bullets and Numbering' in context menu below 'Paragraph'
Change-Id: Ie1218f18a5f2bf66e6d93df4ac9bb3955f0a231f
Reviewed-on: https://gerrit.libreoffice.org/15536
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/app/mn.src | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index 34e03f3c0459..74ed6b23d07a 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 |