summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 16:42:06 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-30 10:48:24 +0100
commiteb4a4ebc9d328208e5f8cb75fdd243bffbc3c968 (patch)
tree2b6f58f9daff958e442ce2b956cf146d7e4cf5e6 /framework/util
parentb3856b0e096cb5d791fbe8a7d5b6c0319ab546bb (diff)
fwk: Constructor feature for single-instance WindowContentFactoryManager.
Change-Id: I6786bc1d76fd57edc8dfacb667b53deab792bd20
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 cd4014585d71..3a274e86dc1b 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -154,7 +154,8 @@
constructor="com_sun_star_comp_framework_URLTransformer_get_implementation">
<service name="com.sun.star.util.URLTransformer"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.WindowContentFactoryManager">
+ <implementation name="com.sun.star.comp.framework.WindowContentFactoryManager"
+ constructor="com_sun_star_comp_framework_WindowContentFactoryManager_get_implementation">
<service name="com.sun.star.ui.WindowContentFactoryManager"/>
<singleton name="com.sun.star.ui.theWindowContentFactoryManager"/>
</implementation>