sw/source/core/access/accmap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 68b207d08bf0c0197a7309cc58da8b8af6727398 Author: LuboÅ¡ LuÅák <l.lu...@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 } }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits