summaryrefslogtreecommitdiff
path: root/cppu/source/uno/data.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/data.cxx')
-rw-r--r--cppu/source/uno/data.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx
index 9619dbf61de1..f6f7b1e013ae 100644
--- a/cppu/source/uno/data.cxx
+++ b/cppu/source/uno/data.cxx
@@ -97,12 +97,11 @@ void * binuno_queryInterface( void * pUnoI, typelib_TypeDescriptionReference * p
{
#if OSL_DEBUG_LEVEL > 1
OUStringBuffer buf( 128 );
- buf.appendAscii(
- RTL_CONSTASCII_STRINGPARAM("### exception occurred querying for interface ") );
+ buf.append( "### exception occurred querying for interface " );
buf.append( * reinterpret_cast< OUString const * >( &pDestType->pTypeName ) );
- buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(": [") );
+ buf.append( ": [" );
buf.append( * reinterpret_cast< OUString const * >( &pExc->pType->pTypeName ) );
- buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("] ") );
+ buf.append( "] " );
// Message is very first member
buf.append( * reinterpret_cast< OUString const * >( pExc->pData ) );
OString cstr(