diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-23 10:01:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-23 10:35:45 +0100 |
commit | 0d1ff2bfc439ff59dd6cec0a6cb6495f4ef2cc54 (patch) | |
tree | 95ff034cd162397094fcd424ece5e60db469ad94 /vcl | |
parent | 79a2a32edef3663306c670337897e056989d2cb1 (diff) |
generate list
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/impgraph.hxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/impgraph.cxx | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx index 592f6a73c050..e7eb6427b83a 100644 --- a/vcl/inc/impgraph.hxx +++ b/vcl/inc/impgraph.hxx @@ -142,7 +142,6 @@ private: Link ImplGetAnimationNotifyHdl() const; sal_uLong ImplGetAnimationLoopCount() const; - void ImplResetAnimationLoopCount(); private: diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index 2ce2452220d0..e18464492abd 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -920,14 +920,6 @@ sal_uLong ImpGraphic::ImplGetAnimationLoopCount() const // ------------------------------------------------------------------------ -void ImpGraphic::ImplResetAnimationLoopCount() -{ - if( mpAnimation ) - mpAnimation->ResetLoopCount(); -} - -// ------------------------------------------------------------------------ - GraphicReader* ImpGraphic::ImplGetContext() { return mpContext; |