diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-08-05 20:11:40 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-08-05 23:17:24 +0200 |
commit | 5a2a266d4bb493a7e9e71616d567cb4ccdf82269 (patch) | |
tree | 45d1ce6e5a24df2d9502f83654300691dc8362bd /officecfg | |
parent | 848f685ae8f614ad62d205ef628f259cafb738b3 (diff) |
support more command in chart sidebar
We now have a complete toolbar controller in chart2.
Change-Id: I007d9b058e3d6800204ac035cc2aef5e93c1208b
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 11 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index 7566fde962fd..cb12c82e5ae3 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -475,6 +475,17 @@ <value>org.libreoffice.comp.dbu.LimitBoxController</value> </prop> </node> + <node oor:name="ChartProperties" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:ChartProperties</value> + </prop> + <prop oor:name="Module"> + <value>com.sun.star.chart2.ChartDocument</value> + </prop> + <prop oor:name="Controller"> + <value>org.libreoffice.chart2.Chart2ToolboxController</value> + </prop> + </node> <node oor:name="c2" oor:op="replace"> <prop oor:name="Command"> <value>.uno:Refresh</value> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 56a7ec333ff9..51b030ab7343 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -1264,6 +1264,9 @@ <prop oor:name="DeckId" oor:type="xs:string"> <value>ChartDeck</value> </prop> + <prop oor:name="DefaultMenuCommand"> + <value>.uno:ChartProperties</value> + </prop> <prop oor:name="ContextList"> <value oor:separator=";"> Chart, Chart, visible ; @@ -1288,6 +1291,9 @@ <prop oor:name="DeckId" oor:type="xs:string"> <value>ChartDeck</value> </prop> + <prop oor:name="DefaultMenuCommand"> + <value>.uno:ChartProperties</value> + </prop> <prop oor:name="ContextList"> <value oor:separator=";"> Chart, any, visible ; |