summaryrefslogtreecommitdiff
path: root/include/oox/crypto/CryptTools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/crypto/CryptTools.hxx')
-rw-r--r--include/oox/crypto/CryptTools.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/oox/crypto/CryptTools.hxx b/include/oox/crypto/CryptTools.hxx
index 23e48c29d86b..d963be2719c4 100644
--- a/include/oox/crypto/CryptTools.hxx
+++ b/include/oox/crypto/CryptTools.hxx
@@ -87,7 +87,6 @@ public:
class Decrypt : public Crypto
{
public:
- Decrypt(std::vector<sal_uInt8>& key, CryptoType type);
Decrypt(std::vector<sal_uInt8>& key, std::vector<sal_uInt8>& iv, CryptoType type);
virtual sal_uInt32 update(
@@ -106,7 +105,6 @@ public:
class Encrypt : public Crypto
{
public:
- Encrypt(std::vector<sal_uInt8>& key, CryptoType type);
Encrypt(std::vector<sal_uInt8>& key, std::vector<sal_uInt8>& iv, CryptoType type);
virtual sal_uInt32 update(