summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/ftnfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/ftnfrm.cxx')
-rw-r--r--sw/source/core/layout/ftnfrm.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/layout/ftnfrm.cxx b/sw/source/core/layout/ftnfrm.cxx
index 38290c844fbb..c37f3685fca3 100644
--- a/sw/source/core/layout/ftnfrm.cxx
+++ b/sw/source/core/layout/ftnfrm.cxx
@@ -807,6 +807,7 @@ bool SwFrame::IsFootnoteAllowed() const
{
// no footnotes in repeated headlines
const SwTabFrame *pTab = const_cast<SwFrame*>(this)->ImplFindTabFrame();
+ assert(pTab);
if ( pTab->IsFollow() )
return !pTab->IsInHeadline( *this );
}