[Libreoffice-commits] .: uui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Aug 30 02:29:49 PDT 2012


 uui/source/iahndl.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 5949de433f8de411cf15906a250c83ba72b74747
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Aug 30 12:28:21 2012 +0300

    no member named 'OStringBuffer' in namespace 'rtl'
    
    Change-Id: Idb06612e30b6ef3e9ce26d461f3664fbafdb1cab

diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 98b25bd..f444516 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;


More information about the Libreoffice-commits mailing list