summaryrefslogtreecommitdiff
path: root/goodies/inc/grfmgr.hxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-05-11 11:53:23 +0000
committerKai Ahrens <ka@openoffice.org>2001-05-11 11:53:23 +0000
commit08e1b4da477038358eda960043f37886540dae9e (patch)
treef18239d66a028ab041c1917b96cc64347a04b8fa /goodies/inc/grfmgr.hxx
parent3d99f6dbbcee07b37bc51f13ac299859738eb70f (diff)
#84949#: remember loop count of animation when animation is started
Diffstat (limited to 'goodies/inc/grfmgr.hxx')
-rw-r--r--goodies/inc/grfmgr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/inc/grfmgr.hxx b/goodies/inc/grfmgr.hxx
index e3a517386163..14466c4a93f8 100644
--- a/goodies/inc/grfmgr.hxx
+++ b/goodies/inc/grfmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: grfmgr.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: ka $ $Date: 2001-05-08 09:07:25 $
+ * last change: $Author: ka $ $Date: 2001-05-11 12:52:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -240,7 +240,7 @@ private:
String* mpUserData;
Timer* mpSwapOutTimer;
GrfSimpleCacheObj* mpSimpleCache;
- void* mpDummy2;
+ ULONG mnAnimationLoopCount;
BOOL mbAutoSwapped : 1;
BOOL mbTransparent : 1;
BOOL mbAnimated : 1;