summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartcontroller.component
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-04-25 10:41:08 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-04-25 10:51:25 +0200
commit38b9fe826903e661238388a93c9a283467e2d9f7 (patch)
treeea2511fa14e4a68eeb52c3d1072e281ab149f892 /chart2/source/controller/chartcontroller.component
parentf7731b7301a057d7a7b12f69779e1a184e1ec174 (diff)
chart2: use constructor feature for WizardDialog
Change-Id: Ifcaae6401f1ad5069248111b568a1cf5c033f5ab
Diffstat (limited to 'chart2/source/controller/chartcontroller.component')
-rw-r--r--chart2/source/controller/chartcontroller.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/chart2/source/controller/chartcontroller.component b/chart2/source/controller/chartcontroller.component
index b21a9012f221..396656db1e1b 100644
--- a/chart2/source/controller/chartcontroller.component
+++ b/chart2/source/controller/chartcontroller.component
@@ -18,7 +18,7 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="chartcontroller" xmlns="http://openoffice.org/2010/uno-components">
+ xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.chart.ElementSelectorToolbarController"
constructor="com_sun_star_comp_chart_ElementSelectorToolbarController_get_implementation">
<service name="com.sun.star.frame.ToolbarController"/>
@@ -47,7 +47,8 @@
constructor="com_sun_star_comp_chart2_ShapeToolbarController_get_implementation">
<service name="com.sun.star.chart2.ShapeToolbarController"/>
</implementation>
- <implementation name="com.sun.star.comp.chart2.WizardDialog">
+ <implementation name="com.sun.star.comp.chart2.WizardDialog"
+ constructor="com_sun_star_comp_chart2_WizardDialog_get_implementation">
<service name="com.sun.star.chart2.WizardDialog"/>
</implementation>
</component>