diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-05-17 14:28:23 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-05-17 14:28:23 +0000 |
commit | 1a82487bedf79c2413badb1d35e96c3203920d71 (patch) | |
tree | d86b5f2f123f9dc981d7b8f52ea593649daed8f1 /svx/source/svdraw/svdpntv.cxx | |
parent | ff302494b41cc5e56eb06415e797b7df788275e4 (diff) |
added pause method for animations
Diffstat (limited to 'svx/source/svdraw/svdpntv.cxx')
-rw-r--r-- | svx/source/svdraw/svdpntv.cxx | 5 |
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; |