diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-15 21:43:55 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-15 21:50:41 +0100 |
commit | ef37781683e28d1837cfce86de990e59d2c10c5f (patch) | |
tree | 89a561915c72f666d47c61b0fda3a4d98bd76ccd /sfx2/util/sfx.component | |
parent | 86a5053df0d755d10121d65c533f3d327340a0fd (diff) |
Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl."
This reverts commit 9b73d3a4cd9c1aea29b51b1b23d0a44c34f2f8a2
because it breaks unit tests.
Conflicts:
sfx2/source/appl/appuno.cxx
Change-Id: I7b2d2dc6ff8ade2c8dd29602827313c7bb01f97d
Diffstat (limited to 'sfx2/util/sfx.component')
-rw-r--r-- | sfx2/util/sfx.component | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component index 286c202897b0..4a7d699b5aa6 100644 --- a/sfx2/util/sfx.component +++ b/sfx2/util/sfx.component @@ -64,8 +64,7 @@ constructor="com_sun_star_comp_sfx2_DocumentTemplates_get_implementation"> <service name="com.sun.star.frame.DocumentTemplates"/> </implementation> - <implementation name="com.sun.star.comp.sfx2.GlobalEventBroadcaster" - constructor="com_sun_star_comp_sfx2_GlobalEventBroadcaster_get_implementation"> + <implementation name="com.sun.star.comp.sfx2.GlobalEventBroadcaster"> <service name="com.sun.star.frame.GlobalEventBroadcaster"/> </implementation> <implementation name="com.sun.star.comp.sfx2.IFrameObject" |