[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

Noel Power noelp at kemper.freedesktop.org
Fri Jun 8 08:24:57 PDT 2012


 sc/source/ui/src/popup.src |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

New commits:
commit 80aaf29658e77cfdf71dbc8136924517565b3564
Author: Noel Power <noel.power at novell.com>
Date:   Thu Jun 7 16:40:25 2012 +0100

    I alway miss these, add Hide and Show items to tab context menu
    
    Change-Id: Ic039554b0fac91e27193e3564c40dd0c19c20002

diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src
index e3e9a11..856f4d7 100644
--- a/sc/source/ui/src/popup.src
+++ b/sc/source/ui/src/popup.src
@@ -238,6 +238,21 @@ Menu RID_POPUP_TAB
         //------------------------------
         MenuItem
         {
+            Identifier = FID_TABLE_HIDE ;
+            HelpId = CMD_FID_TABLE_HIDE ;
+            Text [ en-US ] = "~Hide" ;
+        };
+        MenuItem
+        {
+            Identifier = FID_TABLE_SHOW ;
+            HelpId = CMD_FID_TABLE_SHOW ;
+            Text [ en-US ] = "~Show..." ;
+        };
+        //------------------------------
+        MenuItem { Separator = TRUE ; };
+        //------------------------------
+        MenuItem
+        {
             Identifier = FID_TAB_SELECTALL ;
             HelpId = CMD_FID_TAB_SELECTALL ;
             Text [ en-US ] = "Select All S~heets" ;


More information about the Libreoffice-commits mailing list