summaryrefslogtreecommitdiff
path: root/sw/util
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-28 19:36:36 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-28 19:36:36 +0200
commit7e40f9b8c44892a2bd7f076526de731f5bb818a3 (patch)
tree1c3a2e92ca34b3efd65bf393bf3c38458aed7fc6 /sw/util
parent1ed7acbd03d458b64fd2792386e8c9aa609d4cef (diff)
Add missing com.sun.star.comp.Writer.DocxExport XML registration
Diffstat (limited to 'sw/util')
-rw-r--r--sw/util/msword.component7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/util/msword.component b/sw/util/msword.component
index 84ae7aaf965f..54e638ebf8d1 100644
--- a/sw/util/msword.component
+++ b/sw/util/msword.component
@@ -25,13 +25,14 @@
* 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="com.sun.star.comp.Writer.RtfExport">
<service name="com.sun.star.comp.Writer.RtfExport"/>
</implementation>
<implementation name="com.sun.star.comp.Writer.RtfImport">
<service name="com.sun.star.comp.Writer.RtfImport"/>
</implementation>
+ <implementation name="com.sun.star.comp.Writer.DocxExport">
+ <service name="com.sun.star.comp.Writer.DocxExport"/>
+ </implementation>
</component>