summaryrefslogtreecommitdiff
path: root/include/svtools/miscopt.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 12:41:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 05:49:55 +0100
commitb5d8a5f830832f04d192f1351d8e523a2ef0042a (patch)
tree49f79d078e1a95d1bf07b3a08dc08d6aec049add /include/svtools/miscopt.hxx
parent84ad5f840062b8a604c776ee86cedb3ba360f355 (diff)
loplugin:finalclasses svtools
Change-Id: I17f4fd3960a23132916ea64b21cc8869a94eaed4 Reviewed-on: https://gerrit.libreoffice.org/81704 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/miscopt.hxx')
-rw-r--r--include/svtools/miscopt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/miscopt.hxx b/include/svtools/miscopt.hxx
index b84bbc2da8d4..d981d8a2846c 100644
--- a/include/svtools/miscopt.hxx
+++ b/include/svtools/miscopt.hxx
@@ -46,7 +46,7 @@ enum class ToolBoxButtonSize;
@devstatus ready to use
*//*-*************************************************************************************************************/
-class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options
+class SVT_DLLPUBLIC SvtMiscOptions final : public utl::detail::Options
{
public:
SvtMiscOptions();