summaryrefslogtreecommitdiff
path: root/svx/source/sdr
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-28 15:31:00 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-28 15:31:00 +0000
commit10e79415a033948f9f8d497c4adb98f2fe74c736 (patch)
treed1e17a5dda9dd89dd53e68a94f77bf71e894ec43 /svx/source/sdr
parent931b2734556b5d239e2d48d2a016ed0dfffe7d90 (diff)
INTEGRATION: CWS aw023 (1.2.610); FILE MERGED
2004/12/16 11:40:31 aw 1.2.610.1: #i38135#
Diffstat (limited to 'svx/source/sdr')
-rw-r--r--svx/source/sdr/animation/animationstate.cxx14
1 files changed, 11 insertions, 3 deletions
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