officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |   11 
----------
 1 file changed, 11 deletions(-)

New commits:
commit 6f94aa6f1a5990363b92689546241bc447096294
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Wed Apr 27 11:10:59 2022 +0300
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Tue May 3 17:47:18 2022 +0200

    Drop unused .uno:EditChart
    
    This reverts commit fb5e0581f922dba93f3689786201ee067cb01a73
      Author Muhammet Kara <muhammet.k...@collabora.com>
      Date   Fri Nov 22 13:16:25 2019 +0300
        Add command .uno:EditChart
    
    Obviously this command has never been used. It was named "EditChart",
    but in fact it executes the default verb for any selected object, so
    could be named like "edit object".
    
    Since it's unused, let's just drop it instead of renaming.
    
    Change-Id: I20aa8a17c54a0bf0030c3187340690846bfbc729
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133473
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 6720fc931b18..ac7908d4fef6 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -7329,17 +7329,6 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
           <value>1</value>
         </prop>
       </node>
-      <node oor:name=".uno:EditChart" oor:op="replace">
-        <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">~Edit Chart</value>
-        </prop>
-        <prop oor:name="TargetURL" oor:type="xs:string">
-          <value>.uno:ObjectMenue?VerbID:short=-1</value>
-        </prop>
-        <prop oor:name="Properties" oor:type="xs:int">
-          <value>1</value>
-        </prop>
-      </node>
       <node oor:name=".uno:DistributeSelection" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">~Distribution</value>

Reply via email to