summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_linux_mips/except.cxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/except.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx b/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx
index 3014c1306c41..e8608b3eabb1 100644
--- a/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx
@@ -127,7 +127,7 @@ type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THR
{
// RTTI symbol
OStringBuffer buf( 64 );
- buf.append( RTL_CONSTASCII_STRINGPARAM("_ZTIN") );
+ buf.append( "_ZTIN" );
sal_Int32 index = 0;
do
{