summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-02-17 11:38:42 +0100
committerGabor Kelemen <kelemeng@ubuntu.com>2023-02-22 13:32:03 +0000
commit5b7e54ce8fb57203068f1c2e610758523687ef9a (patch)
treea31d91525c96ddfe8969630bbf67920d33e835b3 /sc
parent5032262fccd0ef7f274323ae481b3230ffd42d3a (diff)
tdf#63965 Hide one extra Rename Sheet command from Customize dialog
from sc/source/ui/view/tabvwshf.cxx: // FID_TAB_MENU_RENAME - "rename" in menu // FID_TAB_RENAME - "name"-property for basic FID_TAB_RENAME is not meant for the menu - it also just showed the sheet name when added as .uno:Name Change-Id: I2ed7b51bece688e50260e639012b9b1b68cf5df4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147222 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sc')
-rw-r--r--sc/sdi/scalc.sdi4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index 7295dd3ef978..9da8595a56d5 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -3612,8 +3612,8 @@ SfxVoidItem Name FID_TAB_RENAME
RecordAbsolute = FALSE,
RecordPerSet;
- AccelConfig = TRUE,
- MenuConfig = TRUE,
+ AccelConfig = FALSE,
+ MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = SfxGroupId::Format;
]