Kaydet (Commit) 5949de43 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

no member named 'OStringBuffer' in namespace 'rtl'

Change-Id: Idb06612e30b6ef3e9ce26d461f3664fbafdb1cab
üst c5e69ec0
...@@ -342,10 +342,10 @@ namespace ...@@ -342,10 +342,10 @@ namespace
if ( !pTypeDesc || !pTypeDesc->pWeakRef ) if ( !pTypeDesc || !pTypeDesc->pWeakRef )
{ {
#if OSL_DEBUG_LEVEL > 0 #if OSL_DEBUG_LEVEL > 0
::rtl::OStringBuffer aMessage; ::rtl::OUStringBuffer aMessage;
aMessage.append( "no type found for '" ); aMessage.appendAscii( "no type found for '" );
aMessage.append( ::rtl::OUStringToOString( i_rTypeName, RTL_TEXTENCODING_UTF8 ) ); aMessage.append( i_rTypeName );
aMessage.append( "'" ); aMessage.appendAscii( "'" );
OSL_FAIL( aMessage.makeStringAndClear().getStr() ); OSL_FAIL( aMessage.makeStringAndClear().getStr() );
#endif #endif
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment