summaryrefslogtreecommitdiffstats
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 10:36:10 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-17 12:24:39 +0100
commit78cf00643e028a4032d16c4242eeeb5de5515998 (patch)
tree8505112ac041ab38a77266076acb140b6fb8e171 /framework/util
parentconvert pivot table subtotals data field dialog to .ui (diff)
downloadcore-78cf00643e028a4032d16c4242eeeb5de5515998.tar.gz
core-78cf00643e028a4032d16c4242eeeb5de5515998.zip
fwk: Use constructor feature for NewToolbarController.
Change-Id: Ic087dbce11572789bab749b0b4fb0be4a80f274d
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 bbdce6214cb4..7a49829be0a4 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -136,7 +136,8 @@
<implementation name="org.apache.openoffice.comp.framework.OpenToolbarController">
<service name="com.sun.star.frame.ToolbarController"/>
</implementation>
- <implementation name="org.apache.openoffice.comp.framework.NewToolbarController">
+ <implementation name="org.apache.openoffice.comp.framework.NewToolbarController"
+ 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">