summaryrefslogtreecommitdiff
path: root/include/svtools/colorcfg.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/colorcfg.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/colorcfg.hxx')
-rw-r--r--include/svtools/colorcfg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/colorcfg.hxx b/include/svtools/colorcfg.hxx
index 381ef70570c4..b404f40dd9d9 100644
--- a/include/svtools/colorcfg.hxx
+++ b/include/svtools/colorcfg.hxx
@@ -94,7 +94,7 @@ struct ColorConfigValue
{ return nColor != rCmp.nColor || bIsVisible != rCmp.bIsVisible;}
};
-class SVT_DLLPUBLIC ColorConfig:
+class SVT_DLLPUBLIC ColorConfig final :
public utl::detail::Options
{
friend class ColorConfig_Impl;