summaryrefslogtreecommitdiff
path: root/include/oox/crypto/AgileEngine.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 10:50:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 19:30:12 +0100
commit5ef60d5af78bfa9bc297df7d83042e53a9a04e0f (patch)
tree699491c53a253e2f346b9a3ff11a0d7002073a28 /include/oox/crypto/AgileEngine.hxx
parent435ab51ec8920033b7865f27f4afee8a852a0b31 (diff)
loplugin:finalclasses in oox
Change-Id: I95f69d99194f91851b2ef86bebf20006fa32fef3 Reviewed-on: https://gerrit.libreoffice.org/81656 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/crypto/AgileEngine.hxx')
-rw-r--r--include/oox/crypto/AgileEngine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/crypto/AgileEngine.hxx b/include/oox/crypto/AgileEngine.hxx
index 0395d42d357e..796f030b3bce 100644
--- a/include/oox/crypto/AgileEngine.hxx
+++ b/include/oox/crypto/AgileEngine.hxx
@@ -74,7 +74,7 @@ enum class AgileEncryptionPreset
AES_256_SHA512,
};
-class OOX_DLLPUBLIC AgileEngine : public CryptoEngine
+class OOX_DLLPUBLIC AgileEngine final : public CryptoEngine
{
private:
AgileEncryptionInfo mInfo;