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

Stephan Bergmann sbergman at redhat.com
Mon Mar 11 08:25:35 PDT 2013


 sw/source/core/attr/format.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 05680f9d5881866629005c88b35dcf39e1488322
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Mar 11 16:25:10 2013 +0100

    Fix previous fix
    
    Change-Id: I0eed9c3ece69af1fde2ab008c166875997a7c54f

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


More information about the Libreoffice-commits mailing list