summaryrefslogtreecommitdiff
path: root/include/oox/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/crypto')
-rw-r--r--include/oox/crypto/CryptoEngine.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/oox/crypto/CryptoEngine.hxx b/include/oox/crypto/CryptoEngine.hxx
index ed7cd697ca9c..ea07a3eff3e2 100644
--- a/include/oox/crypto/CryptoEngine.hxx
+++ b/include/oox/crypto/CryptoEngine.hxx
@@ -31,11 +31,6 @@ public:
virtual ~CryptoEngine()
{}
- std::vector<sal_uInt8>& getKey()
- {
- return mKey;
- }
-
virtual bool writeEncryptionInfo(
const OUString& rPassword,
BinaryXOutputStream& rStream) = 0;