[Libreoffice-commits] core.git: sw/source

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Tue Feb 7 11:15:33 UTC 2017


 sw/source/core/layout/atrfrm.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 94a870fd21229364c1e3723917bae723ce00a01b
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
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 <ci at libreoffice.org>
    Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>

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));
 }
 


More information about the Libreoffice-commits mailing list