summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-30 12:28:21 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-30 12:29:22 +0300
commit5949de433f8de411cf15906a250c83ba72b74747 (patch)
tree636f329e6f6c10e1064ce89156df86f9e40e157c /uui
parentc5e69ec0775913a3ab6133f62e87596490556a78 (diff)
no member named 'OStringBuffer' in namespace 'rtl'
Change-Id: Idb06612e30b6ef3e9ce26d461f3664fbafdb1cab
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 98b25bd293f8..f44451666c9c 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -342,10 +342,10 @@ namespace
if ( !pTypeDesc || !pTypeDesc->pWeakRef )
{
#if OSL_DEBUG_LEVEL > 0
- ::rtl::OStringBuffer aMessage;
- aMessage.append( "no type found for '" );
- aMessage.append( ::rtl::OUStringToOString( i_rTypeName, RTL_TEXTENCODING_UTF8 ) );
- aMessage.append( "'" );
+ ::rtl::OUStringBuffer aMessage;
+ aMessage.appendAscii( "no type found for '" );
+ aMessage.append( i_rTypeName );
+ aMessage.appendAscii( "'" );
OSL_FAIL( aMessage.makeStringAndClear().getStr() );
#endif
return false;