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/useroptions.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/useroptions.hxx')
-rw-r--r-- | include/unotools/useroptions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/useroptions.hxx b/include/unotools/useroptions.hxx index 8589f4fdea9f..42dfa37c84df 100644 --- a/include/unotools/useroptions.hxx +++ b/include/unotools/useroptions.hxx @@ -54,7 +54,7 @@ enum class UserOptToken // class SvtUserOptions -------------------------------------------------- -class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtUserOptions : public utl::detail::Options +class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtUserOptions final : public utl::detail::Options { public: SvtUserOptions (); |