summaryrefslogtreecommitdiff
path: root/include/oox/crypto/AgileEngine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/crypto/AgileEngine.hxx')
-rw-r--r--include/oox/crypto/AgileEngine.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/oox/crypto/AgileEngine.hxx b/include/oox/crypto/AgileEngine.hxx
index 40f9d7f6e3eb..0395d42d357e 100644
--- a/include/oox/crypto/AgileEngine.hxx
+++ b/include/oox/crypto/AgileEngine.hxx
@@ -57,15 +57,15 @@ struct OOX_DLLPUBLIC AgileEncryptionInfo
struct OOX_DLLPUBLIC AgileEncryptionParameters
{
- sal_Int32 spinCount;
- sal_Int32 saltSize;
- sal_Int32 keyBits;
- sal_Int32 hashSize;
- sal_Int32 blockSize;
-
- OUString cipherAlgorithm;
- OUString cipherChaining;
- OUString hashAlgorithm;
+ sal_Int32 const spinCount;
+ sal_Int32 const saltSize;
+ sal_Int32 const keyBits;
+ sal_Int32 const hashSize;
+ sal_Int32 const blockSize;
+
+ OUString const cipherAlgorithm;
+ OUString const cipherChaining;
+ OUString const hashAlgorithm;
};
enum class AgileEncryptionPreset