summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 20:08:25 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-30 10:48:25 +0100
commit92c8a8fc823e8a96fb3997386364652b759a31fa (patch)
tree7d3775906e300674aec1b128013137d12da800ea /framework/util
parent19e16083c61c46a9d014b2db79e70194c14dec64 (diff)
fwk: Ctor feature for single-instance ModuleUIConfigurationManagerSupplier.
Change-Id: I4674ed6852807e08ff8319515b0ab4e9535b668a
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 d8792ecfe8ee..fc94a5eaaafd 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -85,7 +85,8 @@
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">
+ <implementation name="com.sun.star.comp.framework.ModuleUIConfigurationManagerSupplier"
+ constructor="com_sun_star_comp_framework_ModuleUIConfigurationManagerSupplier_get_implementation">
<service name="com.sun.star.ui.ModuleUIConfigurationManagerSupplier"/>
<singleton name="com.sun.star.ui.theModuleUIConfigurationManagerSupplier"/>
</implementation>