diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:32:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:32:58 +0000 |
commit | c349d84ca05708bee4487b94ed04b7fc7eaaf4b8 (patch) | |
tree | c18829b5133cfefe5ff0a530fe8e44c54a439c74 /bridges/test/testoffice.cxx | |
parent | 199cceffbc9984c246e42a94f3cca498fa8843f5 (diff) |
INTEGRATION: CWS uno2 (1.5.2); FILE MERGED
2003/04/08 09:48:08 dbo 1.5.2.1: #107991# UNO shared library component renaming
Diffstat (limited to 'bridges/test/testoffice.cxx')
-rw-r--r-- | bridges/test/testoffice.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bridges/test/testoffice.cxx b/bridges/test/testoffice.cxx index 4995ecc21768..ac95834a0f30 100644 --- a/bridges/test/testoffice.cxx +++ b/bridges/test/testoffice.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testoffice.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2003-04-15 16:29:49 $ + * last change: $Author: rt $ $Date: 2003-04-23 16:32:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -266,17 +266,17 @@ int main( int argc, char *argv[] ) Reference < XConnector > rConnector( createComponent( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.connection.Connector")), - OUString( RTL_CONSTASCII_USTRINGPARAM("connectr")), + OUString( RTL_CONSTASCII_USTRINGPARAM("connector.uno" SAL_DLLEXTENSION)), rSMgr ), UNO_QUERY ); createComponent( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.bridge.Bridge.iiop")), - OUString( RTL_CONSTASCII_USTRINGPARAM("remotebridge")), + OUString( RTL_CONSTASCII_USTRINGPARAM("remotebridge.uno" SAL_DLLEXTENSION)), rSMgr ); Reference < XBridgeFactory > rFactory( createComponent( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.bridge.BridgeFactory")), - OUString( RTL_CONSTASCII_USTRINGPARAM("brdgfctr")), + OUString( RTL_CONSTASCII_USTRINGPARAM("bridgefac.uno" SAL_DLLEXTENSION)), rSMgr ), UNO_QUERY ); |