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 /chart2/source/controller/chartcontroller.component | |
parent | 848f685ae8f614ad62d205ef628f259cafb738b3 (diff) |
support more command in chart sidebar
We now have a complete toolbar controller in chart2.
Change-Id: I007d9b058e3d6800204ac035cc2aef5e93c1208b
Diffstat (limited to 'chart2/source/controller/chartcontroller.component')
-rw-r--r-- | chart2/source/controller/chartcontroller.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chart2/source/controller/chartcontroller.component b/chart2/source/controller/chartcontroller.component index 23269baf25fa..2348063d8d45 100644 --- a/chart2/source/controller/chartcontroller.component +++ b/chart2/source/controller/chartcontroller.component @@ -51,4 +51,8 @@ constructor="org_libreoffice_comp_chart2_sidebar_ChartPanelFactory"> <service name="com.sun.star.ui.UIElementFactory"/> </implementation> + <implementation name="org.libreoffice.chart2.Chart2ToolboxController" + constructor="org_libreoffice_chart2_Chart2ToolboxController"> + <service name="com.sun.star.frame.ToolbarContoller"/> + </implementation> </component> |