[Libreoffice-commits] core.git: sw/source

Luboš Luňák l.lunak at suse.cz
Thu Feb 21 07:22:39 PST 2013


 sw/source/core/access/accmap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 68b207d08bf0c0197a7309cc58da8b8af6727398
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Feb 21 16:04:33 2013 +0100

    fix build
    
    Change-Id: I7b0e5776771d0da41b422fe235598710f7175357

diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx
index 513c195..eb186c7 100644
--- a/sw/source/core/access/accmap.cxx
+++ b/sw/source/core/access/accmap.cxx
@@ -175,7 +175,7 @@ void SwDrawModellListener_Impl::Notify( SfxBroadcaster& /*rBC*/,
         {
             (void)r;
 #if OSL_DEBUG_LEVEL > 0
-              OSL_FAIL( "Runtime exception caught while notifying shape.:\n" + OUStringToOString(r.Message, RTL_TEXTENCODING_ASCII_US) );
+              OSL_FAIL( OString("Runtime exception caught while notifying shape.:\n" + OUStringToOString(r.Message, RTL_TEXTENCODING_ASCII_US)).getStr());
 #endif
         }
     }


More information about the Libreoffice-commits mailing list