diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/sectfrm.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx index 62b3e7f310d3..ce3c2017ace0 100644 --- a/sw/source/core/layout/sectfrm.cxx +++ b/sw/source/core/layout/sectfrm.cxx @@ -151,10 +151,12 @@ void SwSectionFrame::DestroyImpl() pMaster->InvalidateSize(); } } +#if defined DBG_UTIL else if( HasFollow() ) { PROTOCOL( this, PROT::Section, DbgAction::DelMaster, GetFollow() ) } +#endif } SwLayoutFrame::DestroyImpl(); |