summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 17:10:15 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-29 11:46:11 +0100
commita64c6c448dcc47c58cb839cc97b7bfc941b784fc (patch)
treed8f3b7c3ba535cab76a4809eb5cef5c09d2dac07 /framework/util
parente9a23fd78c7506cc28cdd4619cdb623813e36c61 (diff)
fwk: Constructor feature for single-instance UIElementFactoryManager.
Change-Id: Iaa6b6bf8f132e2f8efb9ae71e9302e6be19347c9
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 ea55f649eaa3..f81a53cf7599 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -145,7 +145,8 @@
constructor="com_sun_star_comp_framework_UIConfigurationManager_get_implementation">
<service name="com.sun.star.ui.UIConfigurationManager"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.UIElementFactoryManager">
+ <implementation name="com.sun.star.comp.framework.UIElementFactoryManager"
+ constructor="com_sun_star_comp_framework_UIElementFactoryManager_get_implementation">
<service name="com.sun.star.ui.UIElementFactoryManager"/>
<singleton name="com.sun.star.ui.theUIElementFactoryManager"/>
</implementation>