#119711# support the delay var when export ppt file by AOO

Reported by: Wang Li Feng
Patch by: Ying Sun
Review by: Jian Yuan Li
This commit is contained in:
Sun Ying
2012-09-10 01:29:08 +00:00
committed by Xisco Fauli
parent ac4c686096
commit cc2dd35b24

View File

@@ -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;