From 59b072e22b0610abc7ffdbc75873ef5cbba58de7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 4 Nov 2015 08:29:36 +0200 Subject: yyyyy Change-Id: I9a947beefd2dfe21da8239e841ea3fb416bd1548 --- testtools/source/bridgetest/cppobj.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testtools/source/bridgetest/cppobj.cxx') 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() ) ); -- cgit