diff options
-rw-r--r-- | sw/source/core/layout/ftnfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/ftnfrm.cxx b/sw/source/core/layout/ftnfrm.cxx index b2edab893023..78d25949c91b 100644 --- a/sw/source/core/layout/ftnfrm.cxx +++ b/sw/source/core/layout/ftnfrm.cxx @@ -2294,7 +2294,7 @@ void SwFootnoteBossFrame::RearrangeFootnotes( const SwTwips nDeadLine, const boo { pLastFootnoteFrame->Cut(); SwFrame::DestroyFrame(pLastFootnoteFrame); - pLastFootnoteFrame = nullptr; + // pLastFootnoteFrame overwritten at end of block } } if ( !bLock ) |