diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-02-21 16:04:33 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-02-21 16:22:15 +0100 |
commit | 68b207d08bf0c0197a7309cc58da8b8af6727398 (patch) | |
tree | 31b605512ce1644f9ad50758de4cf4c95805ee24 | |
parent | c4a00457a873cc6b72e7b1dd70ca16db56a0aac8 (diff) |
fix build
Change-Id: I7b0e5776771d0da41b422fe235598710f7175357
-rw-r--r-- | sw/source/core/access/accmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx index 513c1957e097..eb186c710de2 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 } } |