View | Details | Raw Unified | Return to issue 119711
Collapse All | Expand All

(-)sd/source/filter/eppt/pptexanimations.cxx (-2 / +1 lines)
Lines 1377-1384 Link Here
1377
				else if ( aAny >>= fTiming )
1377
				else if ( aAny >>= fTiming )
1378
				{
1378
				{
1379
					bCreateEvent = sal_True;
1379
					bCreateEvent = sal_True;
1380
					if ( eTiming == Timing_INDEFINITE )
1380
					nBegin = (sal_Int32)( fTiming * 1000.0 );
1381
						nBegin = (sal_Int32)( fTiming * 1000.0 );
1382
				}
1381
				}
1383
			}
1382
			}
1384
			break;
1383
			break;

Return to issue 119711