summaryrefslogtreecommitdiff
path: root/sfx2/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-15 16:48:16 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-16 10:24:58 +0100
commit2b30c5057800e39fb6129be4b175ee10bf5f0e5e (patch)
tree5c3013c6e8d6bbe85a85fba5de3663fd4a25868e /sfx2/util
parenta384b21cc40818bf3c918951a086a30b5d9d8022 (diff)
sfx: Constructor feature for two more implementations.
Change-Id: Icd387ff97c5df3cea9b20b0b893616812457e493
Diffstat (limited to 'sfx2/util')
-rw-r--r--sfx2/util/sfx.component6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component
index f8b6839b39a2..09ab1328cafd 100644
--- a/sfx2/util/sfx.component
+++ b/sfx2/util/sfx.component
@@ -23,10 +23,12 @@
<service name="com.sun.star.frame.StartModule"/>
<service name="com.sun.star.frame.ProtocolHandler"/>
</implementation>
- <implementation name="SfxDocumentMetaData">
+ <implementation name="SfxDocumentMetaData"
+ constructor="SfxDocumentMetaData_get_implementation">
<service name="com.sun.star.document.DocumentProperties"/>
</implementation>
- <implementation name="CompatWriterDocPropsImpl">
+ <implementation name="CompatWriterDocPropsImpl"
+ constructor="CompatWriterDocPropsImpl_get_implementation">
<service name="com.sun.star.writer.DocumentProperties"/>
</implementation>
<implementation name="com.sun.star.comp.desktop.QuickstartWrapper"