summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 20:53:32 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-17 12:25:07 +0100
commitf36fba3b854e4b4e2a79084ae56d1037c159e160 (patch)
treee0b58a78f01048de23d684f8f1a31db6e8696a3b /framework/util
parent4c016d70043f8fc4709eacbcef496ab0d9b65c15 (diff)
fwk: Use constructor feature for Frame.
Change-Id: I5f7ee46671b22d17c5cb060f96342727d566fa21
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 9eb753e36d20..c37310fe70ed 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -41,7 +41,8 @@
<implementation name="org.apache.openoffice.comp.framework.ContextChangeEventMultiplexer">
<singleton name="com.sun.star.ui.ContextChangeEventMultiplexer"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.Frame">
+ <implementation name="com.sun.star.comp.framework.Frame"
+ constructor="com_sun_star_comp_framework_Frame_get_implementation">
<service name="com.sun.star.frame.Frame"/>
</implementation>
<implementation name="com.sun.star.comp.framework.GlobalAcceleratorConfiguration"