summaryrefslogtreecommitdiff
path: root/include/oox/crypto/DocumentDecryption.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/crypto/DocumentDecryption.hxx')
-rw-r--r--include/oox/crypto/DocumentDecryption.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/crypto/DocumentDecryption.hxx b/include/oox/crypto/DocumentDecryption.hxx
index fbd5e36eb747..852dd9035c9f 100644
--- a/include/oox/crypto/DocumentDecryption.hxx
+++ b/include/oox/crypto/DocumentDecryption.hxx
@@ -49,7 +49,7 @@ private:
std::unique_ptr<CryptoEngine> mEngine;
CryptoType mCryptoType;
- bool readAgileEncryptionInfo( css::uno::Reference< css::io::XInputStream >& rStream );
+ bool readAgileEncryptionInfo( css::uno::Reference< css::io::XInputStream > const & rStream );
bool readStandard2007EncryptionInfo( BinaryInputStream& rStream );
public: