diff options
Diffstat (limited to 'include/toolkit/controls/unocontrolcontainermodel.hxx')
-rw-r--r-- | include/toolkit/controls/unocontrolcontainermodel.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/toolkit/controls/unocontrolcontainermodel.hxx b/include/toolkit/controls/unocontrolcontainermodel.hxx index 1de5058dc90a..f24015b3e9b2 100644 --- a/include/toolkit/controls/unocontrolcontainermodel.hxx +++ b/include/toolkit/controls/unocontrolcontainermodel.hxx @@ -26,9 +26,8 @@ // class css::awt::UnoControlContainerModel -class UnoControlContainerModel : public UnoControlModel +class UnoControlContainerModel final : public UnoControlModel { -protected: css::uno::Any ImplGetDefaultValue( sal_uInt16 nPropId ) const override; ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() override; |