diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 14:10:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-24 14:20:26 +0200 |
commit | 60795a7fd1c467882a9038a91a09953148a448ad (patch) | |
tree | 6a27d746b6c2e1ebaf72f892c5581574b9560aef /include/oox/crypto/CryptTools.hxx | |
parent | 73b7c5034fcc024c6b5d50f4a78c2b3a855bc73e (diff) |
loplugin:unusedfields in include/oox/
Change-Id: Ie7a53f3ecc05d1d4f6f71aa8165315f9155c60dc
Diffstat (limited to 'include/oox/crypto/CryptTools.hxx')
-rw-r--r-- | include/oox/crypto/CryptTools.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/oox/crypto/CryptTools.hxx b/include/oox/crypto/CryptTools.hxx index eaf531f4d439..898c47db438d 100644 --- a/include/oox/crypto/CryptTools.hxx +++ b/include/oox/crypto/CryptTools.hxx @@ -53,7 +53,6 @@ public: }; protected: - CryptoType mType; #if USE_TLS_OPENSSL EVP_CIPHER_CTX mContext; #endif @@ -75,7 +74,7 @@ protected: #endif protected: - Crypto(CryptoType type); + Crypto(); public: virtual ~Crypto(); |