update ooo310-m15
[ooovba.git] / applied_patches / 0565-transogl-transitions-newsflash-pptin.diff
blob3a62e71f6ac7a83195bea8296b49651b13670f26
1 --- sd/source/filter/pptin.cxx
2 +++ sd/source/filter/pptin.cxx
3 @@ -1796,12 +1796,8 @@ void ImplSdPPTImport::ImportPageEffect( SdPage* pPage, const sal_Bool bNewAnimat
4 break;
5 case PPT_TRANSITION_TYPE_NEWSFLASH :
7 - pPage->setTransitionType( animations::TransitionType::FOURBOXWIPE );
8 - pPage->setTransitionSubtype( animations::TransitionSubType::CORNERSOUT );
9 -/*
10 pPage->setTransitionType( animations::TransitionType::ZOOM );
11 pPage->setTransitionSubtype( animations::TransitionSubType::ROTATEIN );
12 -*/
14 break;
15 case PPT_TRANSITION_TYPE_SMOOTHFADE :