summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2017-02-06 13:46:20 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2017-02-07 11:15:09 +0000
commit94a870fd21229364c1e3723917bae723ce00a01b (patch)
tree04ab4d5ea347d6e74b5f6ed2e8d829e0f9f8ad70
parent105e5efeffc9e3e6755c11a968ac9485afd96004 (diff)
a2ndIter is unused now
Change-Id: I123bfda1c22350580f20b8f66cf7d855297c28d1 Reviewed-on: https://gerrit.libreoffice.org/33979 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
-rw-r--r--sw/source/core/layout/atrfrm.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index ad17408fa02a..7cd673487961 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));
}