summaryrefslogtreecommitdiff
path: root/vcl/inc/animate/AnimationRenderer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/animate/AnimationRenderer.hxx')
-rw-r--r--vcl/inc/animate/AnimationRenderer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/animate/AnimationRenderer.hxx b/vcl/inc/animate/AnimationRenderer.hxx
index c7fc42a55aa3..18128558a44e 100644
--- a/vcl/inc/animate/AnimationRenderer.hxx
+++ b/vcl/inc/animate/AnimationRenderer.hxx
@@ -60,7 +60,7 @@ private:
vcl::Region maClip;
VclPtr<VirtualDevice> mpBackground;
VclPtr<VirtualDevice> mpRestore;
- sal_uLong mnActPos;
+ sal_uLong mnActIndex;
Disposal meLastDisposal;
bool mbIsPaused;
bool mbIsMarked;
@@ -75,8 +75,8 @@ public:
~AnimationRenderer();
bool matches(const OutputDevice* pOut, tools::Long nRendererId) const;
- void drawToPos( sal_uLong nPos );
- void draw( sal_uLong nPos, VirtualDevice* pVDev=nullptr );
+ void drawToIndex( sal_uLong nIndex );
+ void draw( sal_uLong nIndex, VirtualDevice* pVDev=nullptr );
void repaint();
AInfo* createAInfo() const;