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 03bfb2ddbc1d..7804dfc3f440 100644
--- a/slideshow/source/engine/animationfactory.cxx
+++ b/slideshow/source/engine/animationfactory.cxx
@@ -85,7 +85,7 @@ namespace slideshow
"TupleAnimation::TupleAnimation(): One of the method pointers is NULL" );
}
- ~TupleAnimation()
+ virtual ~TupleAnimation()
{
end_();
}
@@ -239,7 +239,7 @@ namespace slideshow
maPathPoly = ::basegfx::tools::adaptiveSubdivideByAngle(aPolyPoly.getB2DPolygon(0) );
}
- ~PathAnimation()
+ virtual ~PathAnimation()
{
end_();
}