Author: wangzcdl
Date: Wed Jun 20 06:58:35 2012
New Revision: 1351948
URL: http://svn.apache.org/viewvc?rev=1351948&view=rev
Log:
for #119951#
Modified:
incubator/ooo/trunk/main/sd/source/core/CustomAnimationEffect.cxx
Modified: incubator/ooo/trunk/main/sd/source/core/CustomAnimationEffect.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/source/core/CustomAnimationEffect.cxx?rev=1351948&r1=1351947&r2=1351948&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/source/core/CustomAnimationEffect.cxx (original)
+++ incubator/ooo/trunk/main/sd/source/core/CustomAnimationEffect.cxx Wed Jun
20 06:58:35 2012
@@ -3530,15 +3530,7 @@ bool MainSequence::disposeShape( const R
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 )