sw/source/core/layout/atrfrm.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 94a870fd21229364c1e3723917bae723ce00a01b Author: Bjoern Michaelsen <[email protected]> Date: Mon Feb 6 13:46:20 2017 +0100 a2ndIter is unused now Change-Id: I123bfda1c22350580f20b8f66cf7d855297c28d1 Reviewed-on: https://gerrit.libreoffice.org/33979 Tested-by: Jenkins <[email protected]> Reviewed-by: Björn Michaelsen <[email protected]> diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx index ad17408..7cd6734 100644 --- a/sw/source/core/layout/atrfrm.cxx +++ b/sw/source/core/layout/atrfrm.cxx @@ -2876,8 +2876,6 @@ SwFlyFrameFormat::~SwFlyFrameFormat() SwFrame::DestroyFrame(pLast); } while( nullptr != ( pLast = aIter.Next() )); - SwIterator<SwFlyDrawContact,SwFormat> a2ndIter( *this ); - CallSwClientNotify(sw::DrawFrameFormatHint(sw::DrawFrameFormatHintId::DYING_FLYFRAMEFORMAT)); }
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
