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 /jvmfwk/inc | |
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 'jvmfwk/inc')
-rw-r--r-- | jvmfwk/inc/vendorbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/inc/vendorbase.hxx b/jvmfwk/inc/vendorbase.hxx index c510a0cb866e..374a3cbcf655 100644 --- a/jvmfwk/inc/vendorbase.hxx +++ b/jvmfwk/inc/vendorbase.hxx @@ -80,7 +80,7 @@ OpenJDK at least, but probably not true for Lemotes JDK */ #endif // SPARC, INTEL, POWERPC, MIPS, MIPS64, ARM, IA64, M68K, HPPA, ALPHA -class MalformedVersionException : public std::exception +class MalformedVersionException final : public std::exception { public: virtual ~MalformedVersionException() override; |