[Libreoffice-commits] .: sw/util
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Mon Mar 28 10:36:58 PDT 2011
sw/util/msword.component | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
New commits:
commit a2a7d81687ffd4b1c1f18cf2cfcf64e8990814f4
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Mon Mar 28 19:36:36 2011 +0200
Add missing com.sun.star.comp.Writer.DocxExport XML registration
diff --git a/sw/util/msword.component b/sw/util/msword.component
index 84ae7aa..54e638e 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>
More information about the Libreoffice-commits
mailing list