summaryrefslogtreecommitdiffstats
path: root/framework/util/fwk.component
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 20:44:14 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-17 12:25:04 +0100
commit278880fbd1a9d74be486bf5a2248bfe64c7dc2fc (patch)
tree95564648c2d2652f65adcb5c540cc7ba6d4f0d24 /framework/util/fwk.component
parentfwk: Use constructor feature for LayoutManager. (diff)
downloadcore-278880fbd1a9d74be486bf5a2248bfe64c7dc2fc.tar.gz
core-278880fbd1a9d74be486bf5a2248bfe64c7dc2fc.zip
fwk: Use constructor feature for ImageManager.
Change-Id: I3f231980b1908495b1f5ec17f95c39c464d40ff8
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 d0a782e298b2..aeb8f149568b 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -47,7 +47,8 @@
<implementation name="com.sun.star.comp.framework.GlobalAcceleratorConfiguration">
<service name="com.sun.star.ui.GlobalAcceleratorConfiguration"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.ImageManager">
+ <implementation name="com.sun.star.comp.framework.ImageManager"
+ constructor="com_sun_star_comp_framework_ImageManager_get_implementation">
<service name="com.sun.star.ui.ImageManager"/>
</implementation>
<implementation name="com.sun.star.comp.framework.JobExecutor">