summaryrefslogtreecommitdiff
path: root/sfx2/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-15 14:59:38 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-15 15:11:59 +0100
commitdbd640e501b559e6910950d33b0cfd297d3a1cfd (patch)
tree915f85bf1ea86ef7fffa9844a59e714efb53da78 /sfx2/util
parent0791e661aeb4161d20828472845f20fa4d3772c9 (diff)
sfx: Use constructor feature for OwnSubFilterService.
Change-Id: I5bc7844c74043640494330fefc87914d4c02b768
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 d1fee9b523ec..286c202897b0 100644
--- a/sfx2/util/sfx.component
+++ b/sfx2/util/sfx.component
@@ -32,7 +32,8 @@
<implementation name="com.sun.star.comp.desktop.QuickstartWrapper">
<service name="com.sun.star.office.Quickstart"/>
</implementation>
- <implementation name="com.sun.star.comp.document.OwnSubFilter">
+ <implementation name="com.sun.star.comp.document.OwnSubFilter"
+ constructor="com_sun_star_comp_document_OwnSubFilter_get_implementation">
<service name="com.sun.star.comp.document.OwnSubFilter"/>
<service name="com.sun.star.document.OwnSubFilter"/>
</implementation>