summaryrefslogtreecommitdiff
path: root/include/svx/dlgctl3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-23 13:07:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-24 07:59:06 +0200
commitac45764b05385a51d469fda2e4bf9233904ca5a9 (patch)
tree94605a61e6933b3e8f1d0073b790645f04a51d5e /include/svx/dlgctl3d.hxx
parentfe22bdc3b537afa8ebcb5cb057542b762c770722 (diff)
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>
Diffstat (limited to 'include/svx/dlgctl3d.hxx')
-rw-r--r--include/svx/dlgctl3d.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svx/dlgctl3d.hxx b/include/svx/dlgctl3d.hxx
index 589bd33b9ac2..7e78d6e33d78 100644
--- a/include/svx/dlgctl3d.hxx
+++ b/include/svx/dlgctl3d.hxx
@@ -133,9 +133,8 @@ public:
basegfx::B3DVector GetLightDirection(sal_uInt32 nNum) const;
};
-class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxLightCtl3D : public Control
+class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxLightCtl3D final : public Control
{
-private:
// local controls
VclPtr<Svx3DLightControl> maLightControl;
VclPtr<ScrollBar> maHorScroller;
@@ -171,7 +170,7 @@ public:
virtual Size GetOptimalSize() const override;
-protected:
+private:
DECL_LINK( InternalInteractiveChange, Svx3DLightControl*, void);
DECL_LINK( InternalSelectionChange, Svx3DLightControl*, void);