[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - officecfg/registry

Muhammet Kara (via logerrit) logerrit at kemper.freedesktop.org
Fri Nov 22 12:37:14 UTC 2019


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

New commits:
commit 17b8218ca3e99b267302e49248c24d97e2b9d548
Author:     Muhammet Kara <muhammet.kara at collabora.com>
AuthorDate: Fri Nov 22 13:16:25 2019 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Fri Nov 22 13:36:34 2019 +0100

    Add command .uno:EditChart
    
    This is an alias uno command which let's users
    switch to edit mode for the selected object.
    
    It is equivalent to the Edit > Object > Edit menu item,
    which is a parameterized variation of the .uno:ObjectMenue
    command, and is created dynamically each time user opens
    the Edit menu.
    
    Change-Id: I131fab1758d2689cecfa3adc79b7868abf67b5e0
    Reviewed-on: https://gerrit.libreoffice.org/83457
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Muhammet Kara <muhammet.kara at 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 160290b46242..e5a430573bf8 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -6869,6 +6869,17 @@
           <value xml:lang="en-US">More Fields</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>
   </node>
 </oor:component-data>


More information about the Libreoffice-commits mailing list