summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions')
-rw-r--r--slideshow/source/engine/transitions/shapetransitionfactory.cxx2
-rw-r--r--slideshow/source/engine/transitions/slidetransitionfactory.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/transitions/shapetransitionfactory.cxx b/slideshow/source/engine/transitions/shapetransitionfactory.cxx
index 8837ec8e7862..ceb420696280 100644
--- a/slideshow/source/engine/transitions/shapetransitionfactory.cxx
+++ b/slideshow/source/engine/transitions/shapetransitionfactory.cxx
@@ -59,7 +59,7 @@ public:
bool bDirectionForward,
bool bModeIn );
- virtual ~ClippingAnimation();
+ virtual ~ClippingAnimation() override;
// Animation interface
diff --git a/slideshow/source/engine/transitions/slidetransitionfactory.cxx b/slideshow/source/engine/transitions/slidetransitionfactory.cxx
index a50cfea14b24..2e35f7c8e0ef 100644
--- a/slideshow/source/engine/transitions/slidetransitionfactory.cxx
+++ b/slideshow/source/engine/transitions/slidetransitionfactory.cxx
@@ -151,7 +151,7 @@ public:
mbSuccess = true;
}
- virtual ~PluginSlideChange()
+ virtual ~PluginSlideChange() override
{
mxFactory.clear();