summaryrefslogtreecommitdiff
path: root/sfx2/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-15 11:35:06 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-15 15:11:52 +0100
commit21bc6014f7d334c84288c748b8012484dcbe4ca7 (patch)
tree805f515ec01b739a2ac9e9f793fee1d9c55ff12d /sfx2/util
parent3b5dedd93cd5a6d274a869ccfc7a636a1e4d1245 (diff)
sfx: Use constructor feature for IFrameObject.
Change-Id: If992d847e385bd7968a4d8e491f957f8afcc9377
Diffstat (limited to 'sfx2/util')
-rw-r--r--sfx2/util/sfx.component3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component
index bd1acd1fe2f5..0cb469fbf4b1 100644
--- a/sfx2/util/sfx.component
+++ b/sfx2/util/sfx.component
@@ -61,7 +61,8 @@
<implementation name="com.sun.star.comp.sfx2.GlobalEventBroadcaster">
<service name="com.sun.star.frame.GlobalEventBroadcaster"/>
</implementation>
- <implementation name="com.sun.star.comp.sfx2.IFrameObject">
+ <implementation name="com.sun.star.comp.sfx2.IFrameObject"
+ constructor="com_sun_star_comp_sfx2_IFrameObject_get_implementation">
<service name="com.sun.star.frame.SpecialEmbeddedObject"/>
</implementation>
<implementation name="com.sun.star.comp.sfx2.PluginObject"