lotuswordpro/source/filter/lwptablelayout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dfa979ffe51b32297f45faa037584074173682e5
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Dec 18 11:38:56 2015 +0000

    crashtesting: this can happen with a broken document
    
    Change-Id: I001f68a2033c7c4f631b17cda6653d845c8d1e40

diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx 
b/lotuswordpro/source/filter/lwptablelayout.cxx
index 4efa6a8..385baa6 100644
--- a/lotuswordpro/source/filter/lwptablelayout.cxx
+++ b/lotuswordpro/source/filter/lwptablelayout.cxx
@@ -698,7 +698,7 @@ void LwpTableLayout::RegisterStyle()
     LwpTable * pTable = GetTable();
     if (pTable == nullptr)
     {
-        assert(false);
+        SAL_WARN("lwp", "missing table, early return");
         return;
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to