[Libreoffice-commits] core.git: sw/source
Michael Stahl (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 21 15:57:20 UTC 2019
sw/source/core/layout/tabfrm.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f2d08a2ec53497f2228abae32eb8d85c82704e24
Author: Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Fri Jun 21 12:51:28 2019 +0200
Commit: Caolán McNamara <caolanm at redhat.com>
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 <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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;
}
More information about the Libreoffice-commits
mailing list