From 9277ce2128f1aaacdcb41448797c83395603ca0c Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Fri, 22 Nov 2019 13:16:25 +0300 Subject: 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 --- .../data/org/openoffice/Office/UI/GenericCommands.xcu | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 28ec0c674e3a..08ff909b5db5 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -7146,6 +7146,17 @@ 1 + + + ~Edit Chart + + + .uno:ObjectMenue?VerbID:short=-1 + + + 1 + + -- cgit