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 | a2a7d81687ffd4b1c1f18cf2cfcf64e8990814f4 (patch) | |
tree | 122f9460c29e70e0d1b24071935fad793347ebfb | |
parent | c62b8fc02d9357cea7fd399b173ed5280bf4c53c (diff) |
Add missing com.sun.star.comp.Writer.DocxExport XML registration
-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 84ae7aaf96..54e638ebf8 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> |