summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/popup.src
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-06-07 16:40:25 +0100
committerNoel Power <noel.power@novell.com>2012-06-07 16:41:30 +0100
commit587a3296b3dbf088525929a30da3f923083abf40 (patch)
treeb0be075f3a3e1d42c953b6b0ce628f4f1117c6d0 /sc/source/ui/src/popup.src
parent133822bd25e269441faaefe7c1e67091d6692e39 (diff)
I alway miss these, add Hide and Show items to tab context menu
Change-Id: Ic039554b0fac91e27193e3564c40dd0c19c20002
Diffstat (limited to 'sc/source/ui/src/popup.src')
-rw-r--r--sc/source/ui/src/popup.src15
1 files changed, 15 insertions, 0 deletions
diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src
index e3e9a112878d..856f4d7a9ed3 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" ;