sw/source/core/layout/tabfrm.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f2d08a2ec53497f2228abae32eb8d85c82704e24
Author: Michael Stahl <[email protected]>
AuthorDate: Fri Jun 21 12:51:28 2019 +0200
Commit: Caolán McNamara <[email protected]>
CommitDate: Fri Jun 21 17:55:55 2019 +0200
sw: prepare for revert of hacky liveness check
This problem should hopefully be fixed with commit
1e6dec4b4313212a3bdc6bb06155fd65e795368b.
Change-Id: Iebc223d1968350905869421a8a3a6ca2df0b8069
Reviewed-on: https://gerrit.libreoffice.org/74501
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 11b7f96f6572..e1f7441eb8e3 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -1661,6 +1661,7 @@ static void lcl_RecalcRow( SwRowFrame* pRow, long nBottom
)
if (!bRowStillExists)
{
SAL_WARN("sw.layout", "no row anymore at " << pRow);
+ assert(!"this should no longer happen after
1e6dec4b4313212a3bdc6bb06155fd65e795368b");
return;
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits