diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-30 15:23:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-31 07:03:06 +0100 |
commit | 2721cd2e9cf12c64b5e4456e231a3ed80b95349a (patch) | |
tree | 364c2b0aca4356255792b609e25e514c5850dd3c /include/unotools/optionsdlg.hxx | |
parent | bbed261b8c12f19d2d81005a529fc68b57f56617 (diff) |
loplugin:finalclasses in unotools
Change-Id: I0fa349db5dab3406aa93d40d4d2f41e517bf60fa
Reviewed-on: https://gerrit.libreoffice.org/81799
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools/optionsdlg.hxx')
-rw-r--r-- | include/unotools/optionsdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/optionsdlg.hxx b/include/unotools/optionsdlg.hxx index f568ad032630..f20d2aa59d65 100644 --- a/include/unotools/optionsdlg.hxx +++ b/include/unotools/optionsdlg.hxx @@ -25,7 +25,7 @@ class SvtOptionsDlgOptions_Impl; -class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtOptionsDialogOptions : public utl::detail::Options +class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtOptionsDialogOptions final : public utl::detail::Options { private: SvtOptionsDlgOptions_Impl* m_pImp; |