summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/layout/tabfrm.cxx1
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;
}