From ac45764b05385a51d469fda2e4bf9233904ca5a9 Mon Sep 17 00:00:00 2001
From: Noel Grandin <noel.grandin@collabora.co.uk>
Date: Mon, 23 Oct 2017 13:07:58 +0200
Subject: loplugin:finalclasses in svx

Change-Id: I74296e2185902498cd569ecde83905f718a41e84
Reviewed-on: https://gerrit.libreoffice.org/43715
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
---
 include/svx/sphere3d.hxx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'include/svx/sphere3d.hxx')

diff --git a/include/svx/sphere3d.hxx b/include/svx/sphere3d.hxx
index c612080185bc..b6742c0e6ecb 100644
--- a/include/svx/sphere3d.hxx
+++ b/include/svx/sphere3d.hxx
@@ -27,13 +27,12 @@
  * SphereObject with diameter r3DSize.
  * The count of planes depends on the horizontal and vertical segment count.
  */
-class SVX_DLLPUBLIC E3dSphereObj : public E3dCompoundObject
+class SVX_DLLPUBLIC E3dSphereObj final : public E3dCompoundObject
 {
 private:
     basegfx::B3DPoint               aCenter;
     basegfx::B3DVector              aSize;
 
-protected:
     virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() override;
     virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() override;
     void SetDefaultAttributes(E3dDefaultAttributes& rDefault);
-- 
cgit