sc/sdi/scalc.sdi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5b7e54ce8fb57203068f1c2e610758523687ef9a Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Fri Feb 17 11:38:42 2023 +0100 Commit: Gabor Kelemen <kelem...@ubuntu.com> CommitDate: Wed Feb 22 13:32:03 2023 +0000 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.tie...@documentfoundation.org> 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; ]