summaryrefslogtreecommitdiff
path: root/bridges/test/testserver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/test/testserver.cxx')
-rw-r--r--bridges/test/testserver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/test/testserver.cxx b/bridges/test/testserver.cxx
index 4617b2350739..8aefdfd909b1 100644
--- a/bridges/test/testserver.cxx
+++ b/bridges/test/testserver.cxx
@@ -194,19 +194,19 @@ int main( int argc, char *argv[] )
Reference < XBridgeFactory > rBridgeFactory ( createComponent(
OUString("com.sun.star.bridge.BridgeFactory"),
- OUString( RTL_CONSTASCII_USTRINGPARAM("bridgefac.uno" SAL_DLLEXTENSION )),
+ OUString( "bridgefac.uno" SAL_DLLEXTENSION ),
rSMgr ),
UNO_QUERY );
createComponent( OUString("com.sun.star.bridge.Bridge.iiop"),
- OUString( RTL_CONSTASCII_USTRINGPARAM("remotebridge.uno" SAL_DLLEXTENSION)),
+ OUString( "remotebridge.uno" SAL_DLLEXTENSION),
rSMgr );
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 );