summaryrefslogtreecommitdiff
path: root/include/oox/crypto/AgileEngine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/crypto/AgileEngine.hxx')
-rw-r--r--include/oox/crypto/AgileEngine.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/crypto/AgileEngine.hxx b/include/oox/crypto/AgileEngine.hxx
index 4ca67edfaf69..e2cda6e4f88c 100644
--- a/include/oox/crypto/AgileEngine.hxx
+++ b/include/oox/crypto/AgileEngine.hxx
@@ -61,17 +61,17 @@ public:
virtual bool writeEncryptionInfo(
const OUString& rPassword,
- BinaryXOutputStream& rStream);
+ BinaryXOutputStream& rStream) SAL_OVERRIDE;
- virtual bool generateEncryptionKey(const OUString& rPassword);
+ virtual bool generateEncryptionKey(const OUString& rPassword) SAL_OVERRIDE;
virtual bool decrypt(
BinaryXInputStream& aInputStream,
- BinaryXOutputStream& aOutputStream);
+ BinaryXOutputStream& aOutputStream) SAL_OVERRIDE;
virtual bool encrypt(
BinaryXInputStream& aInputStream,
- BinaryXOutputStream& aOutputStream);
+ BinaryXOutputStream& aOutputStream) SAL_OVERRIDE;
};
} // namespace core