diff options
-rw-r--r-- | sw/source/core/layout/frmtool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx index e379c01c8375..f1c11bb23103 100644 --- a/sw/source/core/layout/frmtool.cxx +++ b/sw/source/core/layout/frmtool.cxx @@ -1171,7 +1171,7 @@ void AppendObjs(const SwFrameFormats *const pTable, sal_uLong const nIndex, } else { - assert(nIndex == iter->pNode->GetIndex()); // first iteration + assert(pMerged->pParaPropsNode == iter->pNode); // first iteration } pNode = iter->pNode; iterFirst = iter; |