[Libreoffice-commits] core.git: sd/source

Katarina Behrens bubli at bubli.org
Fri Mar 21 04:24:35 PDT 2014


 sd/source/ui/app/menuids_tmpl.src |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

New commits:
commit e262050a52a6ff154a219e9b0d5e1f66d20a3ead
Author: Katarina Behrens <bubli at bubli.org>
Date:   Thu Mar 20 20:37:32 2014 +0100

    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 at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sd/source/ui/app/menuids_tmpl.src b/sd/source/ui/app/menuids_tmpl.src
index 4806f78..1b47207 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" ; \
+                };\
             };\
         };\
     };


More information about the Libreoffice-commits mailing list