summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2021-02-19 13:12:23 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2021-02-24 09:49:28 +0100
commitaecd59c806e24e4da5ad5fb5847d2ca258a91ebc (patch)
treef0b452f7cd6e66f48add9dd3fa14dad2e8c3b6d0
parent7c4b549f359b08ad28619bb3a614af30573c6f07 (diff)
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 <sdc.blanco@youmail.dk>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu8
-rw-r--r--sw/sdi/swriter.sdi2
2 files changed, 1 insertions, 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 @@
<value>1</value>
</prop>
</node>
- <node oor:name=".uno:CharBackgroundExt" oor:op="replace">
- <prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Highlight Fill</value>
- </prop>
- <prop oor:name="Properties" oor:type="xs:int">
- <value>8</value>
- </prop>
- </node>
<node oor:name=".uno:VRuler" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Vertical Ruler</value>
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;
]