Kaydet (Commit) da82d507 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

pptx: fix export of newsflash transition

Change-Id: I0e34e1b8860b9142d3171246d41bb528e710d10c
üst b409cd73
......@@ -381,9 +381,8 @@ namespace oox { namespace ppt {
mnTransitionSubType = TransitionSubType::DEFAULT;
break;
case PPT_TOKEN( newsflash ):
// this is what the PPT binary filter does.... not sure I agree.
mnTransitionType = TransitionType::FOURBOXWIPE;
mnTransitionSubType = TransitionSubType::CORNERSOUT;
mnTransitionType = TransitionType::ZOOM;
mnTransitionSubType = TransitionSubType::ROTATEIN;
break;
case PPT_TOKEN( plus ):
mnTransitionType = TransitionType::FOURBOXWIPE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment