From d52f3c2091e848ce27f381d11314802dc4195a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 23 Apr 2003 15:45:38 +0000 Subject: [PATCH] INTEGRATION: CWS uno2 (1.7.2); FILE MERGED 2003/04/08 09:48:09 dbo 1.7.2.1: #107991# UNO shared library component renaming --- bridges/test/testsameprocess.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bridges/test/testsameprocess.cxx b/bridges/test/testsameprocess.cxx index eece40c6fd32..32d9bd05a697 100644 --- a/bridges/test/testsameprocess.cxx +++ b/bridges/test/testsameprocess.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testsameprocess.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2003-04-15 16:29:58 $ + * last change: $Author: rt $ $Date: 2003-04-23 16:45:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -171,24 +171,24 @@ 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 ); Reference < XAcceptor > rAcceptor( createComponent( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.connection.Acceptor")), - OUString( RTL_CONSTASCII_USTRINGPARAM("acceptor")), + OUString( RTL_CONSTASCII_USTRINGPARAM("acceptor.uno" SAL_DLLEXTENSION)), rSMgr ), UNO_QUERY ); // just ensure that it is registered - createComponent( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.bridge.Bridge.iiop")), - OUString( RTL_CONSTASCII_USTRINGPARAM("iiopbrdg")), - rSMgr ); +// createComponent( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.bridge.Bridge.iiop")), +// OUString( RTL_CONSTASCII_USTRINGPARAM("iiopbrdg" 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 );