summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 17:13:22 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-17 12:24:54 +0100
commitb93ea039ebc20203913b3829a1392e56f07353a9 (patch)
treea4c7ec26f1f933996ae2c3ab6068f8630a9e0f85 /framework/util
parent86b12c3448a24eb1f3ef51c0fcbaef75b771d211 (diff)
fwk: Use constructor feature for UIConfigurationManager.
Change-Id: Icd42b6b9b62271606659651a2f463e1ee2956fe6
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 8d3dee374ed0..aff24e61eab6 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -115,7 +115,8 @@
<implementation name="com.sun.star.comp.framework.UICommandDescription">
<service name="com.sun.star.frame.UICommandDescription"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.UIConfigurationManager">
+ <implementation name="com.sun.star.comp.framework.UIConfigurationManager"
+ 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">