[Libreoffice-commits] core.git: 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 fb5e0581f922dba93f3689786201ee067cb01a73
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:25 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/83463
Tested-by: Jenkins
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 34cdc64758af..58114eef36c7 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -7131,6 +7131,17 @@
<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>
</node>
</oor:component-data>
More information about the Libreoffice-commits
mailing list