summaryrefslogtreecommitdiff
path: root/slideshow/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r--slideshow/source/inc/animation.hxx2
-rw-r--r--slideshow/source/inc/shapeattributelayer.hxx1
-rw-r--r--slideshow/source/inc/vieweventhandler.hxx2
3 files changed, 0 insertions, 5 deletions
diff --git a/slideshow/source/inc/animation.hxx b/slideshow/source/inc/animation.hxx
index 9a722df6d146..04f7fb7bbc4b 100644
--- a/slideshow/source/inc/animation.hxx
+++ b/slideshow/source/inc/animation.hxx
@@ -47,8 +47,6 @@ namespace slideshow
class Animation : public virtual SharedPtrAble
{
public:
- virtual ~Animation() override {}
-
/** Notify that the animation going active soon.
Implementers should preload any buffers, and create
diff --git a/slideshow/source/inc/shapeattributelayer.hxx b/slideshow/source/inc/shapeattributelayer.hxx
index e8648b58ac3e..27ed2c1ae22d 100644
--- a/slideshow/source/inc/shapeattributelayer.hxx
+++ b/slideshow/source/inc/shapeattributelayer.hxx
@@ -50,7 +50,6 @@ namespace slideshow
class State final
{
public:
- ~State() {}
/// Abstract, numerically encoded state ID
typedef ::std::size_t StateId;
diff --git a/slideshow/source/inc/vieweventhandler.hxx b/slideshow/source/inc/vieweventhandler.hxx
index 1291c0fd2b48..800daf9c087b 100644
--- a/slideshow/source/inc/vieweventhandler.hxx
+++ b/slideshow/source/inc/vieweventhandler.hxx
@@ -42,8 +42,6 @@ namespace slideshow
class ViewEventHandler : public virtual SharedPtrAble
{
public:
- virtual ~ViewEventHandler() override {}
-
/** Notify new view.
@param rView