summaryrefslogtreecommitdiff
path: root/include/oox/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/crypto')
-rw-r--r--include/oox/crypto/AgileEngine.hxx2
-rw-r--r--include/oox/crypto/Standard2007Engine.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/crypto/AgileEngine.hxx b/include/oox/crypto/AgileEngine.hxx
index 2bb73305d441..57a3084dd526 100644
--- a/include/oox/crypto/AgileEngine.hxx
+++ b/include/oox/crypto/AgileEngine.hxx
@@ -64,7 +64,7 @@ class AgileEngine : public CryptoEngine
public:
AgileEngine();
- virtual ~AgileEngine();
+ virtual ~AgileEngine() override;
AgileEncryptionInfo& getInfo() { return mInfo;}
diff --git a/include/oox/crypto/Standard2007Engine.hxx b/include/oox/crypto/Standard2007Engine.hxx
index 05bdc995e1a8..39ce89466ccc 100644
--- a/include/oox/crypto/Standard2007Engine.hxx
+++ b/include/oox/crypto/Standard2007Engine.hxx
@@ -94,7 +94,7 @@ class Standard2007Engine : public CryptoEngine
public:
Standard2007Engine();
- virtual ~Standard2007Engine();
+ virtual ~Standard2007Engine() override;
StandardEncryptionInfo& getInfo() { return mInfo;}