diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-15 16:35:00 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-16 10:24:57 +0100 |
commit | a384b21cc40818bf3c918951a086a30b5d9d8022 (patch) | |
tree | dfde5b66b409fd145ebad8df5d641d8bca157f83 /sfx2/util | |
parent | cf51afb0269e9c1fd5d51ca8b67b86a38d1da75f (diff) |
sfx: Use constructor feature for ShutdownIcon.
Change-Id: I3af683cdc273fa8cb9224a0f1f7d342a140c9dd7
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/sfx.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component index 4a7d699b5aa6..f8b6839b39a2 100644 --- a/sfx2/util/sfx.component +++ b/sfx2/util/sfx.component @@ -29,7 +29,8 @@ <implementation name="CompatWriterDocPropsImpl"> <service name="com.sun.star.writer.DocumentProperties"/> </implementation> - <implementation name="com.sun.star.comp.desktop.QuickstartWrapper"> + <implementation name="com.sun.star.comp.desktop.QuickstartWrapper" + constructor="com_sun_star_comp_desktop_QuickstartWrapper_get_implementation"> <service name="com.sun.star.office.Quickstart"/> </implementation> <implementation name="com.sun.star.comp.document.OwnSubFilter" |