summaryrefslogtreecommitdiff
path: root/framework/util/fwk.component
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 20:18:49 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-10 16:29:18 +0100
commit301ba2494c7a57d67bbe7afd87fe8b160c8f3e17 (patch)
tree461440744f7d535f08c89454884c8c3ebf42a4c2 /framework/util/fwk.component
parentcecce73bd6eb61deba9550c5ad768ef5ed9821ea (diff)
fwk: Use constructor feature for ModuleUIConfigurationManager.
Change-Id: I7893d3d681c8644eb4adc3620e345df74b096f52
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 7dee7c7e3997..659cf311b58e 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -70,7 +70,8 @@
<implementation name="com.sun.star.comp.framework.ModuleManager">
<service name="com.sun.star.frame.ModuleManager"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.ModuleUIConfigurationManager">
+ <implementation name="com.sun.star.comp.framework.ModuleUIConfigurationManager"
+ constructor="com_sun_star_comp_framework_ModuleUIConfigurationManager_get_implementation">
<service name="com.sun.star.ui.ModuleUIConfigurationManager"/>
</implementation>
<implementation name="com.sun.star.comp.framework.ModuleUIConfigurationManagerSupplier"