summaryrefslogtreecommitdiff
path: root/sfx2/util/sfx.component
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-15 11:14:37 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-15 15:11:50 +0100
commit3b5dedd93cd5a6d274a869ccfc7a636a1e4d1245 (patch)
treed9b419afdcd5665964f75d27d2f55cb8d2735861 /sfx2/util/sfx.component
parent0a2d80f754cecc5075b2808e292360a8b13835fc (diff)
sfx: Use constructor feature for PluginObject.
Change-Id: Id63d9e29905c63dddaf44f8eab5fdc5b670fc6bf
Diffstat (limited to 'sfx2/util/sfx.component')
-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 2395b73d5d25..bd1acd1fe2f5 100644
--- a/sfx2/util/sfx.component
+++ b/sfx2/util/sfx.component
@@ -64,7 +64,8 @@
<implementation name="com.sun.star.comp.sfx2.IFrameObject">
<service name="com.sun.star.frame.SpecialEmbeddedObject"/>
</implementation>
- <implementation name="com.sun.star.comp.sfx2.PluginObject">
+ <implementation name="com.sun.star.comp.sfx2.PluginObject"
+ constructor="com_sun_star_comp_sfx2_PluginObject_get_implementation">
<service name="com.sun.star.frame.SpecialEmbeddedObject"/>
</implementation>
<implementation name="com.sun.star.comp.sfx2.SfxMacroLoader"