summaryrefslogtreecommitdiff
path: root/include/toolkit/controls/tkscrollbar.hxx
diff options
context:
space:
mode:
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
{