summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/slidechangebase.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-17 14:42:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-19 07:58:04 +0200
commit33e176552d0f4b6d343de72433963c44fa44f9ba (patch)
treeb391bdff82cfec3dd40107d11bc01ee660cb9dbe /slideshow/source/engine/transitions/slidechangebase.hxx
parentc66e8c7f94e0937a51a81c0c1626f349d30dd424 (diff)
loplugin:virtualdead unused param in Animation::prefetch
Change-Id: I7eaf01548567ce560b0e32f222880d21b966c78d Reviewed-on: https://gerrit.libreoffice.org/81071 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/engine/transitions/slidechangebase.hxx')
-rw-r--r--slideshow/source/engine/transitions/slidechangebase.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/slideshow/source/engine/transitions/slidechangebase.hxx b/slideshow/source/engine/transitions/slidechangebase.hxx
index a0b8958360d9..0cb20b1a66b4 100644
--- a/slideshow/source/engine/transitions/slidechangebase.hxx
+++ b/slideshow/source/engine/transitions/slidechangebase.hxx
@@ -57,8 +57,7 @@ public:
virtual double getUnderlyingValue() const override;
// Animation
- virtual void prefetch( const AnimatableShapeSharedPtr&,
- const ShapeAttributeLayerSharedPtr& ) override;
+ virtual void prefetch() override;
virtual void start( const AnimatableShapeSharedPtr&,
const ShapeAttributeLayerSharedPtr& ) override;
virtual void end() override;