diff options
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/msword.component | 3 | ||||
-rw-r--r-- | sw/util/sw.component | 3 | ||||
-rw-r--r-- | sw/util/swd.component | 2 | ||||
-rw-r--r-- | sw/util/vbaswobj.component | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/sw/util/msword.component b/sw/util/msword.component index 54e638ebf8d1..5457603dd91b 100644 --- a/sw/util/msword.component +++ b/sw/util/msword.component @@ -25,7 +25,8 @@ * for a copy of the LGPLv3 License. * **********************************************************************--> -<component xmlns="http://openoffice.org/2010/uno-components" loader="com.sun.star.loader.SharedLibrary"> +<component loader="com.sun.star.loader.SharedLibrary" prefix="msword" + xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.Writer.RtfExport"> <service name="com.sun.star.comp.Writer.RtfExport"/> </implementation> diff --git a/sw/util/sw.component b/sw/util/sw.component index 7f7377754af7..643576c53689 100644 --- a/sw/util/sw.component +++ b/sw/util/sw.component @@ -25,7 +25,8 @@ * for a copy of the LGPLv3 License. * **********************************************************************--> -<component xmlns="http://openoffice.org/2010/uno-components" loader="com.sun.star.loader.SharedLibrary"> +<component loader="com.sun.star.loader.SharedLibrary" prefix="sw" + xmlns="http://openoffice.org/2010/uno-components"> <implementation name="SwXAutoTextContainer"> <service name="com.sun.star.text.AutoTextContainer"/> </implementation> diff --git a/sw/util/swd.component b/sw/util/swd.component index c89c007ec30a..74182f74d1e6 100644 --- a/sw/util/swd.component +++ b/sw/util/swd.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="swd" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.writer.FormatDetector"> <service name="com.sun.star.frame.ExtendedTypeDetection"/> diff --git a/sw/util/vbaswobj.component b/sw/util/vbaswobj.component index e6c6fe4a4149..b281a4bb72b9 100644 --- a/sw/util/vbaswobj.component +++ b/sw/util/vbaswobj.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="vbaswobj" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="SwVbaDocument"> <service name="ooo.vba.word.Document"/> |