summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/viewappletshape.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-07 10:42:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-07 09:39:55 +0000
commit41ea741cd843776cd600d33b28a7f0e35345e0d0 (patch)
tree9a4cc7717b190a99d0791c77205d4dd95c77691a /slideshow/source/engine/shapes/viewappletshape.hxx
parent028cc38a164493c5049d152eae38a34218428fce (diff)
loplugin:unnecessaryvirtual in sfx2..svtools
Change-Id: Ib34e14806f7cc9a97ecfd68687ab17ee5c1f022b Reviewed-on: https://gerrit.libreoffice.org/30652 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/engine/shapes/viewappletshape.hxx')
-rw-r--r--slideshow/source/engine/shapes/viewappletshape.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/viewappletshape.hxx b/slideshow/source/engine/shapes/viewappletshape.hxx
index 26d8b6ce004a..adc66cb6b41d 100644
--- a/slideshow/source/engine/shapes/viewappletshape.hxx
+++ b/slideshow/source/engine/shapes/viewappletshape.hxx
@@ -49,7 +49,7 @@ namespace slideshow
The class is able to render the associated applet on View
implementations.
*/
- class ViewAppletShape
+ class ViewAppletShape final
{
public:
/** Create a ViewAppletShape for the given View
@@ -80,7 +80,7 @@ namespace slideshow
/** destroy the object
*/
- virtual ~ViewAppletShape();
+ ~ViewAppletShape();
/// Forbid copy construction
ViewAppletShape(const ViewAppletShape&) = delete;