summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/text/blink.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/blink.cxx b/sw/source/core/text/blink.cxx
index c522d635fb55..d3d0507678b3 100644
--- a/sw/source/core/text/blink.cxx
+++ b/sw/source/core/text/blink.cxx
@@ -180,7 +180,7 @@ void SwBlink::FrmDelete( const SwRootFrm* pRoot )
for( SwBlinkList::iterator it = aList.begin(); it != aList.end(); )
{
if( pRoot == (*it).GetRootFrm() )
- aList.erase( it );
+ aList.erase( it++ );
else
++it;
}