diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2000-11-21 08:27:30 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2000-11-21 08:27:30 +0000 |
commit | ec48a8073691a30257b2315cff4a7e232cd56903 (patch) | |
tree | f7581e9b43ffe626f0921069f976f9a7ebd2236a /remotebridges | |
parent | ee8a25e2bd325287b96a73146bb1af22a23c963d (diff) |
#79799# corrected service name in XML description
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/bridge/remotebridge.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remotebridges/source/bridge/remotebridge.xml b/remotebridges/source/bridge/remotebridge.xml index 58d6ef078463..4ddce3ca6d13 100644 --- a/remotebridges/source/bridge/remotebridge.xml +++ b/remotebridges/source/bridge/remotebridge.xml @@ -21,8 +21,9 @@ <Status StatusValue="final"/> -<SupportedService> com.sun.star.bridge.Iiop </SupportedService> -<SupportedService> com.sun.star.bridge.Urp </SupportedService> +<SupportedService> com.sun.star.bridge.Bridge </SupportedService> +<SupportedService> com.sun.star.bridge.IiopBridge </SupportedService> +<SupportedService> com.sun.star.bridge.UrpBridge </SupportedService> <ServiceDependency> ... </ServiceDependency> |