diff --git a/sd/source/filter/eppt/pptexanimations.cxx b/sd/source/filter/eppt/pptexanimations.cxx index bac80c964d14..663bd98a19a6 100644 --- a/sd/source/filter/eppt/pptexanimations.cxx +++ b/sd/source/filter/eppt/pptexanimations.cxx @@ -1352,8 +1352,7 @@ void AnimationExporter::exportAnimEvent( SvStream& rStrm, const Reference< XAnim else if ( aAny >>= fTiming ) { bCreateEvent = sal_True; - if ( eTiming == Timing_INDEFINITE ) - nBegin = (sal_Int32)( fTiming * 1000.0 ); + nBegin = (sal_Int32)( fTiming * 1000.0 ); } } break;