summaryrefslogtreecommitdiff
path: root/framework/util
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-17 12:25:03 +0100
commit5b034290cf8a1c6465ffe51fb6ac26c546d6d179 (patch)
treebd34aa0c08267915e39019a885471e3ec7f4ac3c /framework/util
parentdb69bd9187e3aace05803052221b8f8a064051c6 (diff)
fwk: Use constructor feature for LayoutManager.
Change-Id: I8f5167f7e522585ce8b80ebd8a9a0031aea50d74
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 55739063cc31..d0a782e298b2 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -57,7 +57,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">