summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 10:56:09 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-17 12:24:44 +0100
commitc4e65ed27e9093d84be558be2072209ef102f0c2 (patch)
treedfe5420afc0e2c13eb7fa02e9c8fa51a430e483c /framework/util
parentd1ae0770770b480f542f09eb90819ab0d235bdff (diff)
fwk: Use constructor feature for WizardsToolbarController.
Change-Id: I5bc8e2e212e97f216f828dfea1fbcda59adda4e4
Diffstat (limited to 'framework/util')
-rw-r--r--framework/util/fwk.component3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/util/fwk.component b/framework/util/fwk.component
index 79d75278c7c4..a1fe849c0d58 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -141,7 +141,8 @@
constructor="org_apache_openoffice_comp_framework_NewToolbarController_get_implementation">
<service name="com.sun.star.frame.ToolbarController"/>
</implementation>
- <implementation name="org.apache.openoffice.comp.framework.WizardsToolbarController">
+ <implementation name="org.apache.openoffice.comp.framework.WizardsToolbarController"
+ constructor="org_apache_openoffice_comp_framework_WizardsToolbarController_get_implementation">
<service name="com.sun.star.frame.ToolbarController"/>
</implementation>
</component>