diff options
Diffstat (limited to 'sw/source/core/layout/sectfrm.cxx')
-rw-r--r-- | sw/source/core/layout/sectfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx index 1a0a8dca9ff1..b82cc656d54e 100644 --- a/sw/source/core/layout/sectfrm.cxx +++ b/sw/source/core/layout/sectfrm.cxx @@ -2556,7 +2556,7 @@ void SwSectionFrame::SwClientNotify( const SwModify& rMod, const SfxHint& rHint // #i117863# const SwSectionFrameMoveAndDeleteHint* pHint = dynamic_cast<const SwSectionFrameMoveAndDeleteHint*>(&rHint); - if ( pHint && pHint->GetId() == SfxHintId::Dying && &rMod == GetRegisteredIn() ) + if (pHint && pHint->GetId() == SfxHintId::Dying && &rMod == GetDep()) { SwSectionFrame::MoveContentAndDelete( this, pHint->IsSaveContent() ); } |