diff options
author | Katarina Behrens <bubli@bubli.org> | 2014-03-20 20:37:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 11:24:14 +0000 |
commit | e262050a52a6ff154a219e9b0d5e1f66d20a3ead (patch) | |
tree | 3da5ca944fa4e2057fa78c7eb1de16a1128b4888 /sd | |
parent | 1d81ca98f8d10431ea69eef71d8f633c27648743 (diff) |
fdo#69878: Add [sub|super]script entry to text style context submenu
Make Impress consistent with Writer in this regard
Change-Id: Ib01472d88c20f05a375b57d8a79576fc447cc250
Reviewed-on: https://gerrit.libreoffice.org/8684
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/app/menuids_tmpl.src | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sd/source/ui/app/menuids_tmpl.src b/sd/source/ui/app/menuids_tmpl.src index 4806f78db8b6..1b47207b49e0 100644 --- a/sd/source/ui/app/menuids_tmpl.src +++ b/sd/source/ui/app/menuids_tmpl.src @@ -491,6 +491,22 @@ HelpId = CMD_SID_ATTR_CHAR_CONTOUR ; \ Text [ en-US ] = "~Contour" ; \ };\ + MenuItem\ + {\ + Separator = TRUE ; \ + };\ + MenuItem\ + {\ + Identifier = SID_SET_SUPER_SCRIPT; \ + HelpId = CMD_SID_SET_SUPER_SCRIPT; \ + Text [ en-US ] = "Superscript" ; \ + };\ + MenuItem\ + {\ + Identifier = SID_SET_SUB_SCRIPT; \ + HelpId = CMD_SID_SET_SUB_SCRIPT; \ + Text [ en-US ] = "Subscript" ; \ + };\ };\ };\ }; |