Index: main/sd/source/core/CustomAnimationEffect.cxx =================================================================== --- main/sd/source/core/CustomAnimationEffect.cxx (revision 1349204) +++ main/sd/source/core/CustomAnimationEffect.cxx (working copy) @@ -3530,15 +3530,7 @@ InteractiveSequenceList::iterator aIter; for( aIter = maInteractiveSequenceList.begin(); aIter != maInteractiveSequenceList.end(); ) { - if( (*aIter)->getTriggerShape() == xShape ) - { - aIter = maInteractiveSequenceList.erase( aIter ); - bChanges = true; - } - else - { bChanges |= (*aIter++)->disposeShape( xShape ); - } } if( bChanges )