summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 10:43:48 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-17 12:24:42 +0100
commitd1ae0770770b480f542f09eb90819ab0d235bdff (patch)
treeca8b5232301227e50016de5004ea1e12ea80cd9a /framework/util
parent78cf00643e028a4032d16c4242eeeb5de5515998 (diff)
fwk: Use constructor feature for OpenToolbarController.
Change-Id: Iebac70fc20fb744f582be67ab2f6bce2dce722be
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 7a49829be0a4..79d75278c7c4 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -133,7 +133,8 @@
<implementation name="com.sun.star.comp.framework.TabWindowService">
<service name="com.sun.star.ui.dialogs.TabContainerWindow"/>
</implementation>
- <implementation name="org.apache.openoffice.comp.framework.OpenToolbarController">
+ <implementation name="org.apache.openoffice.comp.framework.OpenToolbarController"
+ constructor="org_apache_openoffice_comp_framework_OpenToolbarController_get_implementation">
<service name="com.sun.star.frame.ToolbarController"/>
</implementation>
<implementation name="org.apache.openoffice.comp.framework.NewToolbarController"