summaryrefslogtreecommitdiff
path: root/include/unotools/fltrcfg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 15:23:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-31 07:03:06 +0100
commit2721cd2e9cf12c64b5e4456e231a3ed80b95349a (patch)
tree364c2b0aca4356255792b609e25e514c5850dd3c /include/unotools/fltrcfg.hxx
parentbbed261b8c12f19d2d81005a529fc68b57f56617 (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/fltrcfg.hxx')
-rw-r--r--include/unotools/fltrcfg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/fltrcfg.hxx b/include/unotools/fltrcfg.hxx
index c015740dcaf2..bac46c03cc31 100644
--- a/include/unotools/fltrcfg.hxx
+++ b/include/unotools/fltrcfg.hxx
@@ -25,7 +25,7 @@
#include <memory>
struct SvtFilterOptions_Impl;
-class UNOTOOLS_DLLPUBLIC SvtFilterOptions : public utl::ConfigItem
+class UNOTOOLS_DLLPUBLIC SvtFilterOptions final : public utl::ConfigItem
{
private:
std::unique_ptr<SvtFilterOptions_Impl, o3tl::default_delete<SvtFilterOptions_Impl>> pImpl;