diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2019-06-21 12:51:28 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-21 17:55:55 +0200 |
commit | f2d08a2ec53497f2228abae32eb8d85c82704e24 (patch) | |
tree | 098c2cd5a2008f919e6ed51dfae62e1aaf77e14c | |
parent | ac7fe279c497076ef07b20a90c6189cfbc65d3e3 (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/source/core/layout/tabfrm.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |