From d7fa5f9a1c347591ff3869c55900fe0046ffd5d3 Mon Sep 17 00:00:00 2001 From: Kevin Hunter Date: Tue, 9 Nov 2010 16:55:45 +0000 Subject: RTL macro converted from createFromAscii --- bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bridges/source/cpp_uno/gcc3_linux_hppa') diff --git a/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx index ebe07d4119b2..4c0767325224 100644 --- a/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_hppa/cpp2uno.cxx @@ -432,7 +432,7 @@ namespace if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) { throw RuntimeException( - OUString::createFromAscii("illegal vtable index!"), + OUString( RTL_CONSTASCII_USTRINGPARAM( "illegal vtable index!" )), (XInterface *)pCppI ); } @@ -531,7 +531,7 @@ namespace default: { throw RuntimeException( - OUString::createFromAscii("no member description found!"), + OUString( RTL_CONSTASCII_USTRINGPARAM( "no member description found!" )), (XInterface *)pCppI ); // is here for dummy eRet = typelib_TypeClass_VOID; -- cgit