summaryrefslogtreecommitdiff
path: root/sw/util
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-12 10:04:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-03-12 10:05:05 +0100
commit1c363fadccb5b0df92ecf0fa304e547092cba88d (patch)
tree17e10f6d675b2fee0ab14ec017703506e8823aa8 /sw/util
parentb47901e5831e480caacab837b1c8a999ae515c02 (diff)
Clean up previous commit
Change-Id: I76dbe81308a9a12a04d77a794bb1d11bfb2d5125
Diffstat (limited to 'sw/util')
-rw-r--r--sw/util/sw.component6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/util/sw.component b/sw/util/sw.component
index e89271febeee..010f41bffb4e 100644
--- a/sw/util/sw.component
+++ b/sw/util/sw.component
@@ -18,10 +18,12 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
prefix="sw" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="SwXAutoTextContainer" constructor="SwXAutoTextContainer_get_implementation">
+ <implementation name="SwXAutoTextContainer"
+ constructor="SwXAutoTextContainer_get_implementation">
<service name="com.sun.star.text.AutoTextContainer"/>
</implementation>
- <implementation name="SwXMailMerge" constructor="SwXMailMerge_get_implementation">
+ <implementation name="SwXMailMerge"
+ constructor="SwXMailMerge_get_implementation">
<service name="com.sun.star.sdb.DataAccessDescriptor"/>
<service name="com.sun.star.text.MailMerge"/>
</implementation>