summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/drawinglayer/animation
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2006-08-09 15:39:25 +0000
committerArmin Weiss <aw@openoffice.org>2006-08-09 15:39:25 +0000
commit73679d08d7072f98065007b7014df46e45e2862e (patch)
treeaf4d42d577dd245a2fcbe4482770587f5684e4ef /drawinglayer/inc/drawinglayer/animation
parentb04c2937bbc5b3db538e9523e078b469f9899b67 (diff)
#i39532#
Diffstat (limited to 'drawinglayer/inc/drawinglayer/animation')
-rw-r--r--drawinglayer/inc/drawinglayer/animation/animationtiming.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/drawinglayer/inc/drawinglayer/animation/animationtiming.hxx b/drawinglayer/inc/drawinglayer/animation/animationtiming.hxx
index 64d26b3779c5..4618fde632fe 100644
--- a/drawinglayer/inc/drawinglayer/animation/animationtiming.hxx
+++ b/drawinglayer/inc/drawinglayer/animation/animationtiming.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: animationtiming.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: aw $ $Date: 2006-05-12 11:46:15 $
+ * last change: $Author: aw $ $Date: 2006-08-09 16:39:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -120,7 +120,6 @@ namespace drawinglayer
public:
animationEntryList();
- animationEntryList(const animationEntryList& rCandidate);
virtual ~animationEntryList();
virtual animationEntry* clone() const;
@@ -139,7 +138,7 @@ namespace drawinglayer
sal_uInt32 mnRepeat;
public:
- animationEntryLoop(sal_uInt32 nRepeat);
+ animationEntryLoop(sal_uInt32 nRepeat = 0xffffffff);
virtual ~animationEntryLoop();
virtual animationEntry* clone() const;