summaryrefslogtreecommitdiff
path: root/include/oox/crypto/DocumentEncryption.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/crypto/DocumentEncryption.hxx')
-rw-r--r--include/oox/crypto/DocumentEncryption.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/crypto/DocumentEncryption.hxx b/include/oox/crypto/DocumentEncryption.hxx
index 36455c1b7af5..03ad719d7c99 100644
--- a/include/oox/crypto/DocumentEncryption.hxx
+++ b/include/oox/crypto/DocumentEncryption.hxx
@@ -31,7 +31,7 @@ class DocumentEncryption
private:
css::uno::Reference< css::io::XStream > mxDocumentStream;
oox::ole::OleStorage& mrOleStorage;
- OUString const maPassword;
+ OUString maPassword;
Standard2007Engine mEngine;