diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-09 10:36:10 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-17 12:24:39 +0100 |
commit | 78cf00643e028a4032d16c4242eeeb5de5515998 (patch) | |
tree | 8505112ac041ab38a77266076acb140b6fb8e171 /framework/util | |
parent | 8634c127d488a5aa8e994664b9ebc80860055fbf (diff) |
fwk: Use constructor feature for NewToolbarController.
Change-Id: Ic087dbce11572789bab749b0b4fb0be4a80f274d
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/fwk.component | 3 |
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"> |