summaryrefslogtreecommitdiff
path: root/include/oox/crypto/CryptTools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/crypto/CryptTools.hxx')
-rw-r--r--include/oox/crypto/CryptTools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/crypto/CryptTools.hxx b/include/oox/crypto/CryptTools.hxx
index 90c60b2a6313..80d52cbeed74 100644
--- a/include/oox/crypto/CryptTools.hxx
+++ b/include/oox/crypto/CryptTools.hxx
@@ -107,7 +107,7 @@ public:
class OOX_DLLPUBLIC CryptoHash : public Crypto
{
- sal_Int32 mnHashSize;
+ sal_Int32 const mnHashSize;
public:
CryptoHash(std::vector<sal_uInt8>& rKey, CryptoHashType eType);
bool update(std::vector<sal_uInt8>& rInput, sal_uInt32 nInputLength = 0);