summaryrefslogtreecommitdiff
path: root/stoc/source/javaloader
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-09-19 14:05:53 +0000
committerJoachim Lingner <jl@openoffice.org>2001-09-19 14:05:53 +0000
commitcd55fa28e07f71475ec1646e7484b80ba00e6dd7 (patch)
tree7f8cfaf4d0b1550d82f0f0fc957c45cd70ebdfb1 /stoc/source/javaloader
parentee9f9d8456bcf887f6161ab1eca15ee0e17cd1af (diff)
#92263# added lang.XMultiComponentFactory and lang.XSingleComponentFactory
Diffstat (limited to 'stoc/source/javaloader')
-rw-r--r--stoc/source/javaloader/javaloader.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/stoc/source/javaloader/javaloader.xml b/stoc/source/javaloader/javaloader.xml
index 58e04b5b3d33..de04b2eec918 100644
--- a/stoc/source/javaloader/javaloader.xml
+++ b/stoc/source/javaloader/javaloader.xml
@@ -11,7 +11,8 @@
<status value="final"/>
<supported-service> com.sun.star.loader.Java2 </supported-service>
<service-dependency> ... </service-dependency>
- <type> com.sun.star.java.XJavaThreadRegister_11 </type>
+
+ <type> com.sun.star.java.XJavaThreadRegister_11 </type>
<type> com.sun.star.java.XJavaVM </type>
<type> com.sun.star.lang.IllegalArgumentException </type>
<type> com.sun.star.lang.XInitialization </type>
@@ -19,6 +20,8 @@
<type> com.sun.star.lang.XServiceInfo </type>
<type> com.sun.star.lang.XSingleServiceFactory </type>
<type> com.sun.star.lang.XTypeProvider </type>
+ <type> com.sun.star.lang.XMultiComponentFactory </type>
+ <type> com.sun.star.lang.XSingleComponentFactory </type>
<type> com.sun.star.loader.XImplementationLoader </type>
<type> com.sun.star.registry.XRegistryKey </type>
<type> com.sun.star.uno.TypeClass </type>