summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 14:28:16 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-17 12:24:51 +0100
commit10074976b70c9a3586c0ed584767cfb844d11287 (patch)
tree3587703c0829aa9ff5e7eb557dbbaff59a6d0a21 /framework/util
parentfb20f52279c8c13d2417e3232efe4fcbb52a4cc6 (diff)
fwk: Use constructor feature for StatusIndicatorFactory.
Change-Id: I0595ec98df7bf4114dfb4c21aedd2d2744fda11e
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 09d919511fe4..c98e0a32b20f 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -96,7 +96,8 @@
<implementation name="com.sun.star.comp.framework.StatusBarFactory">
<service name="com.sun.star.ui.StatusBarFactory"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.StatusIndicatorFactory">
+ <implementation name="com.sun.star.comp.framework.StatusIndicatorFactory"
+ constructor="com_sun_star_comp_framework_StatusIndicatorFactory_get_implementation">
<service name="com.sun.star.task.StatusIndicatorFactory"/>
</implementation>
<implementation name="com.sun.star.comp.framework.TaskCreator">