diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-10-26 16:27:38 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-10-26 16:27:38 +0200 |
commit | 51696d0ff9e694e8fc033a2593c5615aae94cf13 (patch) | |
tree | 8c8e423b7ec19b484465ec12a2ca72f9501410d5 /sd/source/filter | |
parent | 0bf39fc2b80123bc0ca6f994639e4f25edfb1dca (diff) |
Add support for PPT newsflash slide transition
This simply enables the transition on import - support in slideshow
is already there
Diffstat (limited to 'sd/source/filter')
-rwxr-xr-x | sd/source/filter/ppt/pptin.cxx | 4 |
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 : |