summaryrefslogtreecommitdiff
path: root/testtools/source/bridgetest/cppobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'testtools/source/bridgetest/cppobj.cxx')
-rw-r--r--testtools/source/bridgetest/cppobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx
index eee2194febd4..57b7b4750824 100644
--- a/testtools/source/bridgetest/cppobj.cxx
+++ b/testtools/source/bridgetest/cppobj.cxx
@@ -962,7 +962,7 @@ void Test_Impl::testConstructorsService(
0.123f,
0.456,
'X',
- OUString("test"),
+ "test",
UnoType< Any >::get(),
makeAny(true),
arg14,
@@ -1189,7 +1189,7 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
{
Reference< XSingleServiceFactory > xFactory( createSingleFactory(
static_cast< XMultiServiceFactory * >( pServiceManager ),
- OUString( IMPLNAME ),
+ IMPLNAME,
bridge_object::Test_Impl_create,
bridge_object::getSupportedServiceNames() ) );