summaryrefslogtreecommitdiff
path: root/sd/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter')
-rwxr-xr-xsd/source/filter/ppt/pptin.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx
index 05cac2b8d..b16f44592 100755
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -1780,12 +1780,8 @@ void ImplSdPPTImport::ImportPageEffect( SdPage* pPage, const sal_Bool bNewAnimat
break;
case PPT_TRANSITION_TYPE_NEWSFLASH :
{
- pPage->setTransitionType( animations::TransitionType::FOURBOXWIPE );
- pPage->setTransitionSubtype( animations::TransitionSubType::CORNERSOUT );
-/*
pPage->setTransitionType( animations::TransitionType::ZOOM );
pPage->setTransitionSubtype( animations::TransitionSubType::ROTATEIN );
-*/
}
break;
case PPT_TRANSITION_TYPE_SMOOTHFADE :