summaryrefslogtreecommitdiff
path: root/sw/util
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-06 17:09:08 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-06 22:32:33 +0200
commitc23a666e8e931f2e70dff0719dc14ad59b659d40 (patch)
tree86ec6993e09a1fbaeea0b61317556b3e5d2ca803 /sw/util
parentc7abb549be89f71505e3daf0bc03f55565c7d150 (diff)
sw: create a layout dump filter to ease testing
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>