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

Stephan Bergmann sbergman at redhat.com
Mon Mar 11 04:37:31 PDT 2013


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

New commits:
commit e7bcea66a583f67095cb51c1a7a8ab0a49cb493d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Mar 11 12:37:06 2013 +0100

    Fix operator + ADL
    
    Change-Id: I141359a978d8547be157d4fba851506a9a1c9041

diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx
index 7463ed81..d38cbca 100644
--- a/sw/source/core/attr/format.cxx
+++ b/sw/source/core/attr/format.cxx
@@ -223,7 +223,7 @@ SwFmt::~SwFmt()
         SwFmt* pParentFmt = DerivedFrom();
         if( !pParentFmt )
         {
-            OSL_FAIL("~SwFmt: parent format missing from: " + GetName() );
+            OSL_FAIL("~SwFmt: parent format missing from: " + OUString(GetName()) );
         }
         else
         {


More information about the Libreoffice-commits mailing list