summaryrefslogtreecommitdiff
path: root/include/oox/crypto/Standard2007Engine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/crypto/Standard2007Engine.hxx')
-rw-r--r--include/oox/crypto/Standard2007Engine.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/crypto/Standard2007Engine.hxx b/include/oox/crypto/Standard2007Engine.hxx
index 2d76bee8942c..5e5a6fc36bff 100644
--- a/include/oox/crypto/Standard2007Engine.hxx
+++ b/include/oox/crypto/Standard2007Engine.hxx
@@ -92,19 +92,19 @@ public:
StandardEncryptionInfo& getInfo() { return mInfo;}
- virtual bool generateEncryptionKey(const OUString& rPassword) SAL_OVERRIDE;
+ virtual bool generateEncryptionKey(const OUString& rPassword) override;
virtual bool writeEncryptionInfo(
const OUString& rPassword,
- BinaryXOutputStream& rStream) SAL_OVERRIDE;
+ BinaryXOutputStream& rStream) override;
virtual bool decrypt(
BinaryXInputStream& aInputStream,
- BinaryXOutputStream& aOutputStream) SAL_OVERRIDE;
+ BinaryXOutputStream& aOutputStream) override;
virtual bool encrypt(
BinaryXInputStream& aInputStream,
- BinaryXOutputStream& aOutputStream) SAL_OVERRIDE;
+ BinaryXOutputStream& aOutputStream) override;
};