From 10e79415a033948f9f8d497c4adb98f2fe74c736 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 28 Jan 2005 15:31:00 +0000 Subject: INTEGRATION: CWS aw023 (1.2.610); FILE MERGED 2004/12/16 11:40:31 aw 1.2.610.1: #i38135# --- svx/source/sdr/animation/animationstate.cxx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'svx/source/sdr') diff --git a/svx/source/sdr/animation/animationstate.cxx b/svx/source/sdr/animation/animationstate.cxx index 0a3bfd64eaba..c5de7ecac214 100644 --- a/svx/source/sdr/animation/animationstate.cxx +++ b/svx/source/sdr/animation/animationstate.cxx @@ -2,9 +2,9 @@ * * $RCSfile: animationstate.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2003-11-24 16:42:53 $ + * last change: $Author: rt $ $Date: 2005-01-28 16:31:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,8 +136,16 @@ namespace sdr if(GetAnimationInfo().DoRegisterAgain(nTime, nNewTime, *this)) { SetTime(nNewTime); - GetObjectAnimator().InsertEvent(this); } + else + { + // #i38135# Advance 10 minutes + nNewTime = nTime + (10L * 60000L); + SetTime(nNewTime); + } + + // insert event again + GetObjectAnimator().InsertEvent(this); } } // end of namespace animation } // end of namespace sdr -- cgit