From 169d8d388f206e8cc333012bca2f4b06d9b7b990 Mon Sep 17 00:00:00 2001 From: Sven Jacobi Date: Wed, 15 Nov 2000 09:22:43 +0000 Subject: [PATCH] Issue142: objects are not allowed to appear when the objecteffect is AnimationEffect_NONE --- sd/source/filter/eppt/epptso.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index 6bb5d744dc1c..e6b09d5ac1c6 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -2,9 +2,9 @@ * * $RCSfile: epptso.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: sj $ $Date: 2000-11-10 08:21:52 $ + * last change: $Author: sj $ $Date: 2000-11-15 10:22:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3683,7 +3683,10 @@ void PPTWriter::ImplWriteObjectEffect( SvStream& rSt, UINT8 nOleVerb = 0; // Determines object's class (sound, video, other) if ( eAe == ::com::sun::star::presentation::AnimationEffect_NONE ) + { + nBuildType = 0; eAe = eTe; + } switch ( eAe ) { case ::com::sun::star::presentation::AnimationEffect_WAVYLINE_FROM_TOP :