summaryrefslogtreecommitdiff
path: root/include/oox/crypto/CryptTools.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-24 14:10:37 +0200
committerNoel Grandin <noel@peralex.com>2015-11-24 14:20:26 +0200
commit60795a7fd1c467882a9038a91a09953148a448ad (patch)
tree6a27d746b6c2e1ebaf72f892c5581574b9560aef /include/oox/crypto/CryptTools.hxx
parent73b7c5034fcc024c6b5d50f4a78c2b3a855bc73e (diff)
loplugin:unusedfields in include/oox/
Change-Id: Ie7a53f3ecc05d1d4f6f71aa8165315f9155c60dc
Diffstat (limited to 'include/oox/crypto/CryptTools.hxx')
-rw-r--r--include/oox/crypto/CryptTools.hxx3
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();