summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_aix_powerpc
diff options
context:
space:
mode:
authorKevin Hunter <hunteke@earlham.edu>2010-11-09 16:55:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-09 16:55:45 +0000
commit96905d2f3b9a2ea013d8081eccef846af18768c9 (patch)
treee29e8a3815595b3b5825365e5576e8d8d63a1863 /bridges/source/cpp_uno/gcc3_aix_powerpc
parent3ccc6956d380a5d475a78203879b5aafb4942574 (diff)
RTL macro converted from createFromAscii
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_aix_powerpc')
-rw-r--r--bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx
index e77c7329d..f5eee3d49 100644
--- a/bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_aix_powerpc/cpp2uno.cxx
@@ -353,7 +353,7 @@ static typelib_TypeClass cpp_mediate(
if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex)
{
throw RuntimeException(
- rtl::OUString::createFromAscii("illegal vtable index!"),
+ rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "illegal vtable index!" )),
(XInterface *)pThis );
}
@@ -445,7 +445,7 @@ static typelib_TypeClass cpp_mediate(
default:
{
throw RuntimeException(
- rtl::OUString::createFromAscii("no member description found!"),
+ rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "no member description found!" )),
(XInterface *)pThis );
// is here for dummy
eRet = typelib_TypeClass_VOID;