diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-20 14:13:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-21 11:16:11 +0100 |
commit | fcc846e8f29839eaace7e1d28746abea8f4b598a (patch) | |
tree | bb0f460a0ba682e0619f0e3d7f84cb63f28e9dca /include/oox/crypto/CryptTools.hxx | |
parent | 5a5731cd0587553f21b2cee2a99db9f527396406 (diff) |
hash len isn't going to change depending on who implements it
Change-Id: Iee585cba4acad74c11d083085153e2af96c8894f
Diffstat (limited to 'include/oox/crypto/CryptTools.hxx')
-rw-r--r-- | include/oox/crypto/CryptTools.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/oox/crypto/CryptTools.hxx b/include/oox/crypto/CryptTools.hxx index d963be2719c4..d4fdda2c1cfb 100644 --- a/include/oox/crypto/CryptTools.hxx +++ b/include/oox/crypto/CryptTools.hxx @@ -123,9 +123,6 @@ public: SHA512 }; - static const sal_uInt32 DIGEST_LENGTH_SHA1; - static const sal_uInt32 DIGEST_LENGTH_SHA512; - private: DigestType meType; |