diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-05-15 06:51:20 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-05-15 06:51:20 +0000 |
commit | f6e4c44f92fd40864f9b545def72f33bc24b64f8 (patch) | |
tree | 6ad8630d167c23a61257e774566d7669fe611e4e /remotebridges | |
parent | 43174a9ef97d858d1cc3fb9b87b018acca7af101 (diff) |
added component types
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/bridge/remotebridge.xml | 2 | ||||
-rw-r--r-- | remotebridges/source/dynamicloader/dynamicloader.xml | 2 | ||||
-rw-r--r-- | remotebridges/source/factory/brdgfctr.xml | 2 | ||||
-rw-r--r-- | remotebridges/source/unourl_resolver/uuresolver.xml | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/remotebridges/source/bridge/remotebridge.xml b/remotebridges/source/bridge/remotebridge.xml index a2681368f855..c9c5b8c4a740 100644 --- a/remotebridges/source/bridge/remotebridge.xml +++ b/remotebridges/source/bridge/remotebridge.xml @@ -29,6 +29,8 @@ <type> com.sun.star.lang.IllegalArgumentException </type> <type> com.sun.star.lang.XInitialization </type> <type> com.sun.star.registry.XRegistryKey </type> + <type> com.sun.star.lang.XSingleComponentFactory </type> + <type> com.sun.star.uno.XComponentContext </type> <type> com.sun.star.uno.XWeak </type> <type> com.sun.star.uno.TypeClass </type> <type> com.sun.star.uno.XAggregation </type> diff --git a/remotebridges/source/dynamicloader/dynamicloader.xml b/remotebridges/source/dynamicloader/dynamicloader.xml index 268e4664b26f..2c23003a3e76 100644 --- a/remotebridges/source/dynamicloader/dynamicloader.xml +++ b/remotebridges/source/dynamicloader/dynamicloader.xml @@ -20,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.XSingleComponentFactory </type> + <type> com.sun.star.uno.XComponentContext </type> <type> com.sun.star.loader.XImplementationLoader </type> <type> com.sun.star.registry.XRegistryKey </type> <type> com.sun.star.uno.XWeak </type> diff --git a/remotebridges/source/factory/brdgfctr.xml b/remotebridges/source/factory/brdgfctr.xml index 41949cda736f..a4410ccf049a 100644 --- a/remotebridges/source/factory/brdgfctr.xml +++ b/remotebridges/source/factory/brdgfctr.xml @@ -28,6 +28,8 @@ <type> com.sun.star.lang.IllegalArgumentException </type> <type> com.sun.star.lang.XInitialization </type> <type> com.sun.star.registry.XRegistryKey </type> + <type> com.sun.star.lang.XSingleComponentFactory </type> + <type> com.sun.star.uno.XComponentContext </type> <type> com.sun.star.uno.XWeak </type> <type> com.sun.star.uno.TypeClass </type> <type> com.sun.star.uno.XAggregation </type> diff --git a/remotebridges/source/unourl_resolver/uuresolver.xml b/remotebridges/source/unourl_resolver/uuresolver.xml index 9599efb955b6..08273afc232d 100644 --- a/remotebridges/source/unourl_resolver/uuresolver.xml +++ b/remotebridges/source/unourl_resolver/uuresolver.xml @@ -20,6 +20,8 @@ <type> com.sun.star.lang.XSingleServiceFactory </type> <type> com.sun.star.lang.XMultiServiceFactory </type> <type> com.sun.star.lang.XComponent </type> + <type> com.sun.star.lang.XSingleComponentFactory </type> + <type> com.sun.star.uno.XComponentContext </type> <type> com.sun.star.registry.XRegistryKey </type> <type> com.sun.star.connection.XConnector </type> <type> com.sun.star.bridge.XBridgeFactory </type> |