From 5581ab4a1376f9c0353a00c9191839773143a942 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 18 Sep 2017 13:33:20 +0200 Subject: bridges: [loplugin:stringconstant] Change-Id: I07501ac3593cd5df713b74e04ea64d22365958b9 --- bridges/source/cpp_uno/gcc3_aix_powerpc/uno2cpp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges/source/cpp_uno/gcc3_aix_powerpc') diff --git a/bridges/source/cpp_uno/gcc3_aix_powerpc/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_aix_powerpc/uno2cpp.cxx index 5996460314a2..6024ceed5cae 100644 --- a/bridges/source/cpp_uno/gcc3_aix_powerpc/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_aix_powerpc/uno2cpp.cxx @@ -470,7 +470,7 @@ void unoInterfaceProxyDispatch( default: { ::com::sun::star::uno::RuntimeException aExc( - OUString("illegal member type description!"), + "illegal member type description!", ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >() ); Type const & rExcType = cppu::UnoType::get(); -- cgit