summaryrefslogtreecommitdiff
path: root/sfx2/util
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-16 16:06:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-16 18:40:05 +0100
commit62951cdd17530f6218232f3d482bfd4ddd8a95ec (patch)
tree98376b3704c388143eefcb6abce624a48236eb74 /sfx2/util
parent997d21183322a0a94b96868073808841d2773902 (diff)
Introduce com.sun.star.frame.theGlobalEventBroadcaster singleton
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
Diffstat (limited to 'sfx2/util')
-rw-r--r--sfx2/util/sfx.component1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component
index a66335e0fc69..30cd3fc698bb 100644
--- a/sfx2/util/sfx.component
+++ b/sfx2/util/sfx.component
@@ -70,6 +70,7 @@
</implementation>
<implementation name="com.sun.star.comp.sfx2.GlobalEventBroadcaster">
<service name="com.sun.star.frame.GlobalEventBroadcaster"/>
+ <singleton name="com.sun.star.frame.theGlobalEventBroadcaster"/>
</implementation>
<implementation name="com.sun.star.comp.sfx2.IFrameObject"
constructor="com_sun_star_comp_sfx2_IFrameObject_get_implementation">