From aecd59c806e24e4da5ad5fb5847d2ca258a91ebc Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Fri, 19 Feb 2021 13:12:23 +0100 Subject: tdf#134432 remove .uno:CharBackgroundExt from Writer UI Tooltip is "Highlight Fill", but the .uno has no effect in a menu or toolbar. Remove from Customize menu. Remove from WriterCommands.xcu because no longer used in Writer UI. Change-Id: Id6447c09eb52bb9204fe4f1b4842d712ede19d7f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111177 Tested-by: Jenkins Reviewed-by: Seth Chaiklin --- .../registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 8 -------- sw/sdi/swriter.sdi | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 1351358ae374..a676505ed060 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2756,14 +2756,6 @@ 1 - - - Highlight Fill - - - 8 - - Vertical Ruler diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 420aa1d03b58..da34afb576f8 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -583,7 +583,7 @@ SfxBoolItem CharBackgroundExt SID_ATTR_CHAR_COLOR_BACKGROUND_EXT AccelConfig = FALSE, MenuConfig = FALSE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = SfxGroupId::Format; ] -- cgit v1.2.3