diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-13 15:29:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 07:12:31 +0100 |
commit | e73b99b8dda36545116ac5b5f00c210642c2e3a6 (patch) | |
tree | 57ffb047763e23d90ccf979ddbe7fef5a7597923 /idlc/inc/astobserves.hxx | |
parent | 7ae61449ccbeaf6a0b2aa8e81aad394b18565943 (diff) |
loplugin:finalclasses in i18npool..linguistic
Change-Id: Ib903fb2fdb4c4c25f73053065b828dade8b63785
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86687
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idlc/inc/astobserves.hxx')
-rw-r--r-- | idlc/inc/astobserves.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astobserves.hxx b/idlc/inc/astobserves.hxx index 0607dc113b13..54da873b5631 100644 --- a/idlc/inc/astobserves.hxx +++ b/idlc/inc/astobserves.hxx @@ -21,7 +21,7 @@ #include "astinterface.hxx" -class AstObserves : public AstDeclaration +class AstObserves final : public AstDeclaration { public: AstObserves(AstInterface* pRealInterface, const OString& name, AstScope* pScope) |