summaryrefslogtreecommitdiff
path: root/bridges/test/testsameprocess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/test/testsameprocess.cxx')
-rw-r--r--bridges/test/testsameprocess.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bridges/test/testsameprocess.cxx b/bridges/test/testsameprocess.cxx
index 00d399b25400..675ec857e08e 100644
--- a/bridges/test/testsameprocess.cxx
+++ b/bridges/test/testsameprocess.cxx
@@ -123,24 +123,24 @@ int main( int argc, char *argv[] )
Reference < XConnector > rConnector(
createComponent( OUString("com.sun.star.connection.Connector"),
- OUString( RTL_CONSTASCII_USTRINGPARAM("connector.uno" SAL_DLLEXTENSION)),
+ OUString( "connector.uno" SAL_DLLEXTENSION),
rSMgr ),
UNO_QUERY );
Reference < XAcceptor > rAcceptor(
createComponent( OUString("com.sun.star.connection.Acceptor"),
- OUString( RTL_CONSTASCII_USTRINGPARAM("acceptor.uno" SAL_DLLEXTENSION)),
+ OUString( "acceptor.uno" SAL_DLLEXTENSION),
rSMgr ),
UNO_QUERY );
// just ensure that it is registered
// createComponent( OUString("com.sun.star.bridge.Bridge.iiop"),
-// OUString( RTL_CONSTASCII_USTRINGPARAM("iiopbrdg" SAL_DLLEXTENSION)),
+// OUString( "iiopbrdg" SAL_DLLEXTENSION),
// rSMgr );
Reference < XBridgeFactory > rFactory(
createComponent( OUString("com.sun.star.bridge.BridgeFactory"),
- OUString( RTL_CONSTASCII_USTRINGPARAM("bridgefac.uno" SAL_DLLEXTENSION)),
+ OUString( "bridgefac.uno" SAL_DLLEXTENSION),
rSMgr ),
UNO_QUERY );