diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-28 19:36:36 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-28 19:36:36 +0200 |
commit | 7e40f9b8c44892a2bd7f076526de731f5bb818a3 (patch) | |
tree | 1c3a2e92ca34b3efd65bf393bf3c38458aed7fc6 /sw/util/msword.component | |
parent | 1ed7acbd03d458b64fd2792386e8c9aa609d4cef (diff) |
Add missing com.sun.star.comp.Writer.DocxExport XML registration
Diffstat (limited to 'sw/util/msword.component')
-rw-r--r-- | sw/util/msword.component | 7 |
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> |