summaryrefslogtreecommitdiff
path: root/sw/util
diff options
context:
space:
mode:
Diffstat (limited to 'sw/util')
-rw-r--r--sw/util/sw.component7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/util/sw.component b/sw/util/sw.component
index e76cec637d33..7f7377754af7 100644
--- a/sw/util/sw.component
+++ b/sw/util/sw.component
@@ -25,9 +25,7 @@
* for a copy of the LGPLv3 License.
*
**********************************************************************-->
-
-<component loader="com.sun.star.loader.SharedLibrary"
- xmlns="http://openoffice.org/2010/uno-components">
+<component xmlns="http://openoffice.org/2010/uno-components" loader="com.sun.star.loader.SharedLibrary">
<implementation name="SwXAutoTextContainer">
<service name="com.sun.star.text.AutoTextContainer"/>
</implementation>
@@ -101,4 +99,7 @@
<implementation name="com.sun.star.util.comp.FinalThreadManager">
<service name="com.sun.star.util.JobManager"/>
</implementation>
+ <implementation name="com.sun.star.comp.Writer.LayoutDump">
+ <service name="com.sun.star.comp.Writer.LayoutDump"/>
+ </implementation>
</component>