summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationfactory.cxx')
-rw-r--r--slideshow/source/engine/animationfactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationfactory.cxx b/slideshow/source/engine/animationfactory.cxx
index 5f035957e98c..17714ffe0783 100644
--- a/slideshow/source/engine/animationfactory.cxx
+++ b/slideshow/source/engine/animationfactory.cxx
@@ -82,7 +82,7 @@ namespace slideshow
"TupleAnimation::TupleAnimation(): One of the method pointers is NULL" );
}
- virtual ~TupleAnimation()
+ virtual ~TupleAnimation() override
{
end_();
}
@@ -236,7 +236,7 @@ namespace slideshow
maPathPoly = ::basegfx::tools::adaptiveSubdivideByAngle(aPolyPoly.getB2DPolygon(0) );
}
- virtual ~PathAnimation()
+ virtual ~PathAnimation() override
{
end_();
}