diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-20 13:12:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-21 06:50:55 +0000 |
commit | c714b43b0137ad253f51e1c65417c9874b8509e5 (patch) | |
tree | c258269d292ec4b65235357e82a70c3b6f364563 /include/oox/crypto | |
parent | 82b896f1f85b510eb72bb6d2f97d29defe1edf8b (diff) |
loplugin:unusedmethods oox
Change-Id: I5381e0da0efc1f951e248cfcfb35fc680ace94e4
Reviewed-on: https://gerrit.libreoffice.org/17225
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/oox/crypto')
-rw-r--r-- | include/oox/crypto/CryptoEngine.hxx | 5 |
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; |