summaryrefslogtreecommitdiff
path: root/sfx2/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-15 12:18:11 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-15 15:11:53 +0100
commit9b73d3a4cd9c1aea29b51b1b23d0a44c34f2f8a2 (patch)
tree801b8d9fcee8031ad8bb58ac0fc75d061bedc4a0 /sfx2/util
parent21bc6014f7d334c84288c748b8012484dcbe4ca7 (diff)
sfx: Use constructor feature for SfxGlobalEvents_Impl.
Change-Id: Ie93235666e035d6a594cfbe112f7a0d935dae1c4
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 0cb469fbf4b1..34de3ebb6557 100644
--- a/sfx2/util/sfx.component
+++ b/sfx2/util/sfx.component
@@ -58,7 +58,8 @@
<implementation name="com.sun.star.comp.sfx2.DocumentTemplates">
<service name="com.sun.star.frame.DocumentTemplates"/>
</implementation>
- <implementation name="com.sun.star.comp.sfx2.GlobalEventBroadcaster">
+ <implementation name="com.sun.star.comp.sfx2.GlobalEventBroadcaster"
+ constructor="com_sun_star_comp_sfx2_GlobalEventBroadcaster_get_implementation">
<service name="com.sun.star.frame.GlobalEventBroadcaster"/>
</implementation>
<implementation name="com.sun.star.comp.sfx2.IFrameObject"