[Libreoffice-commits] core.git: officecfg/registry sw/sdi

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 24 08:50:16 UTC 2021


 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |    8 --------
 sw/sdi/swriter.sdi                                                  |    2 +-
 2 files changed, 1 insertion(+), 9 deletions(-)

New commits:
commit aecd59c806e24e4da5ad5fb5847d2ca258a91ebc
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Fri Feb 19 13:12:23 2021 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Wed Feb 24 09:49:28 2021 +0100

    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 at youmail.dk>

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;
 ]
 


More information about the Libreoffice-commits mailing list