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

New commits:
commit 05680f9d5881866629005c88b35dcf39e1488322
Author: Stephan Bergmann <sberg...@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
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to