summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oox/source/ppt/slidetransition.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/oox/source/ppt/slidetransition.cxx b/oox/source/ppt/slidetransition.cxx
index 754082dd0dfc..e4950c419edf 100644
--- a/oox/source/ppt/slidetransition.cxx
+++ b/oox/source/ppt/slidetransition.cxx
@@ -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;