#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:
@@ -1352,8 +1352,7 @@ void AnimationExporter::exportAnimEvent( SvStream& rStrm, const Reference< XAnim
|
|||||||
else if ( aAny >>= fTiming )
|
else if ( aAny >>= fTiming )
|
||||||
{
|
{
|
||||||
bCreateEvent = sal_True;
|
bCreateEvent = sal_True;
|
||||||
if ( eTiming == Timing_INDEFINITE )
|
nBegin = (sal_Int32)( fTiming * 1000.0 );
|
||||||
nBegin = (sal_Int32)( fTiming * 1000.0 );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user