summaryrefslogtreecommitdiff
path: root/framework/util
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-18 17:02:36 +0100
commit72b5343bd16deec540d8cd148cd7aebd74e92c16 (patch)
tree861c3d6c9ec6e3549876098fc4c931e4ba6c62af /framework/util
parenta0ada918c12f4ad9fed4133d6bef8c3fe219cd28 (diff)
fwk: Use constructor feature for ModuleUIConfigurationManager.
And avoid css::uno::XInitialization protocol.
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 8121154ed74c..388b2e399e89 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -75,7 +75,8 @@
constructor="com_sun_star_comp_framework_ModuleManager_get_implementation">
<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">