summaryrefslogtreecommitdiff
path: root/io/test/testconnection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/testconnection.cxx')
-rw-r--r--io/test/testconnection.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx
index aa91a2aeb0b4..5bbf84dcc8a6 100644
--- a/io/test/testconnection.cxx
+++ b/io/test/testconnection.cxx
@@ -177,12 +177,11 @@ int SAL_CALL main( int argc, char * argv[] )
xMgr->createInstance("com.sun.star.registry.ImplementationRegistration"), UNO_QUERY );
OSL_ENSURE( xImplReg.is(), "### no impl reg!" );
- OUString aLibName =
- OUString( "connector.uno" SAL_DLLEXTENSION );
+ OUString aLibName = "connector.uno" SAL_DLLEXTENSION;
xImplReg->registerImplementation(
OUString("com.sun.star.loader.SharedLibrary"), aLibName, Reference< XSimpleRegistry >() );
- aLibName = OUString( "acceptor.uno" SAL_DLLEXTENSION );
+ aLibName = "acceptor.uno" SAL_DLLEXTENSION;
xImplReg->registerImplementation(
OUString("com.sun.star.loader.SharedLibrary"), aLibName, Reference< XSimpleRegistry >() );