summaryrefslogtreecommitdiff
path: root/include/filter/msfilter/msvbahelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 10:25:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 12:48:51 +0100
commitbff71a43e03df33e4eb859e2bfe9e31a1762093d (patch)
treed41fb29582ba346cee6e784a9205ca94f916dbfe /include/filter/msfilter/msvbahelper.hxx
parentb19af2a63fc58d4f6d965e9229aed19e8fb86607 (diff)
loplugin:finalclasses filter..framework
Change-Id: Ic4d0a2946c925035d60defc4d25caea05535adbc Reviewed-on: https://gerrit.libreoffice.org/81654 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/filter/msfilter/msvbahelper.hxx')
-rw-r--r--include/filter/msfilter/msvbahelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/msvbahelper.hxx b/include/filter/msfilter/msvbahelper.hxx
index 782eb212113e..5e142df6b503 100644
--- a/include/filter/msfilter/msvbahelper.hxx
+++ b/include/filter/msfilter/msvbahelper.hxx
@@ -69,7 +69,7 @@ typedef ::cppu::WeakImplHelper<
css::lang::XInitialization,
css::script::vba::XVBAMacroResolver > VBAMacroResolverBase;
-class VBAMacroResolver : public VBAMacroResolverBase
+class VBAMacroResolver final : public VBAMacroResolverBase
{
public:
explicit VBAMacroResolver();