summaryrefslogtreecommitdiff
path: root/include/toolkit/controls/tkscrollbar.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 09:40:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 10:24:42 +0100
commit6d830c6e26b89a441c11731165eb4d9e0f0d3881 (patch)
treedba5e7b69ab809ec1269c66aee4120768ebd933f /include/toolkit/controls/tkscrollbar.hxx
parentd0aaad22a95d96f4da2c930d98bdba138d4e15a1 (diff)
loplugin:finalclasses framework
Change-Id: Ide6531c29fd44003a3235dbd75af79fec0d94678 Reviewed-on: https://gerrit.libreoffice.org/81727 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/toolkit/controls/tkscrollbar.hxx')
-rw-r--r--include/toolkit/controls/tkscrollbar.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/toolkit/controls/tkscrollbar.hxx b/include/toolkit/controls/tkscrollbar.hxx
index 3abd331de396..a59f8f44d720 100644
--- a/include/toolkit/controls/tkscrollbar.hxx
+++ b/include/toolkit/controls/tkscrollbar.hxx
@@ -31,9 +31,8 @@ namespace toolkit
//= UnoControlScrollBarModel
- class UnoControlScrollBarModel : public UnoControlModel
+ class UnoControlScrollBarModel final : public UnoControlModel
{
- protected:
css::uno::Any ImplGetDefaultValue( sal_uInt16 nPropId ) const override;
::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() override;
@@ -58,7 +57,7 @@ namespace toolkit
//= UnoControlScrollBarModel
- class UnoScrollBarControl : public UnoControlBase,
+ class UnoScrollBarControl final : public UnoControlBase,
public css::awt::XAdjustmentListener,
public css::awt::XScrollBar
{