summaryrefslogtreecommitdiff
path: root/framework/util/fwk.component
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 20:39:18 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-10 16:29:23 +0100
commitd3e9334333080e75de95977c0594b35a1d3da5b4 (patch)
treebad52da27cf3c0f453cecf484cd6e1e8badd4443 /framework/util/fwk.component
parent98b2529e91255c68b6582dbe8aaaadbaf59cdd27 (diff)
fwk: Use constructor feature for LayoutManager.
Change-Id: I8f5167f7e522585ce8b80ebd8a9a0031aea50d74
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 5b860799c039..f5321657b80f 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -58,7 +58,8 @@
constructor="com_sun_star_comp_framework_LangSelectionStatusbarController_get_implementation">
<service name="com.sun.star.frame.StatusbarController"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.LayoutManager">
+ <implementation name="com.sun.star.comp.framework.LayoutManager"
+ constructor="com_sun_star_comp_framework_LayoutManager_get_implementation">
<service name="com.sun.star.frame.LayoutManager"/>
</implementation>
<implementation name="com.sun.star.comp.framework.MenuBarFactory"