summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpntv.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-05-17 14:28:23 +0000
committerKai Ahrens <ka@openoffice.org>2001-05-17 14:28:23 +0000
commit1a82487bedf79c2413badb1d35e96c3203920d71 (patch)
treed86b5f2f123f9dc981d7b8f52ea593649daed8f1 /svx/source/svdraw/svdpntv.cxx
parentff302494b41cc5e56eb06415e797b7df788275e4 (diff)
added pause method for animations
Diffstat (limited to 'svx/source/svdraw/svdpntv.cxx')
-rw-r--r--svx/source/svdraw/svdpntv.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdpntv.cxx b/svx/source/svdraw/svdpntv.cxx
index f713b72af94c..9abe107be61b 100644
--- a/svx/source/svdraw/svdpntv.cxx
+++ b/svx/source/svdraw/svdpntv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdpntv.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:01:25 $
+ * last change: $Author: ka $ $Date: 2001-05-17 15:28:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -485,6 +485,7 @@ void SdrPaintView::ImpClearVars()
bObjectPaintIgnoresClipping=FALSE;
eAnimationMode = SDR_ANIMATION_ANIMATE;
+ bAnimationPause = FALSE;
nHitTolPix=2;
nMinMovPix=3;