summaryrefslogtreecommitdiff
path: root/framework/util/fwk.component
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 13:51:33 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-10 10:20:51 +0100
commitc324047398ec550c84ff316b017cc905e129de0a (patch)
treef9fff083aea702ae6cab999f37110a6998754030 /framework/util/fwk.component
parentb1c878bfb10439d619341bf2edf03975547f0649 (diff)
fwk: Use constructor feature for ToolbarControllerFactory.
Change-Id: Ic9834f937659e97fb064cf0a0074f6c02db0cb4b
Diffstat (limited to 'framework/util/fwk.component')
-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 1746091a6e50..a35aff32dc95 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -104,7 +104,8 @@
<implementation name="com.sun.star.comp.framework.TaskCreator">
<service name="com.sun.star.frame.TaskCreator"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.ToolBarControllerFactory">
+ <implementation name="com.sun.star.comp.framework.ToolBarControllerFactory"
+ constructor="com_sun_star_comp_framework_ToolBarControllerFactory_get_implementation">
<service name="com.sun.star.frame.ToolbarControllerFactory"/>
</implementation>
<implementation name="com.sun.star.comp.framework.ToolBarFactory">