summaryrefslogtreecommitdiff
path: root/sfx2/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-15 16:35:00 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-16 10:24:57 +0100
commita384b21cc40818bf3c918951a086a30b5d9d8022 (patch)
treedfde5b66b409fd145ebad8df5d641d8bca157f83 /sfx2/util
parentcf51afb0269e9c1fd5d51ca8b67b86a38d1da75f (diff)
sfx: Use constructor feature for ShutdownIcon.
Change-Id: I3af683cdc273fa8cb9224a0f1f7d342a140c9dd7
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 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"