diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-11 09:23:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-11 11:38:57 +0200 |
commit | 9f877f677346968774d4366f105114fe7f36dd69 (patch) | |
tree | d8fb1f3924b5956c8f693acb8df33ba9757f9dc1 /include/oox/crypto/DocumentDecryption.hxx | |
parent | b9d091e7d4eb3014aa6198f64f414702105b5aab (diff) |
clang-tidy performance-unnecessary-value-param in oox
Change-Id: I1ac86906ea21c00f8d77834c94583be7d9e9974e
Diffstat (limited to 'include/oox/crypto/DocumentDecryption.hxx')
-rw-r--r-- | include/oox/crypto/DocumentDecryption.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/crypto/DocumentDecryption.hxx b/include/oox/crypto/DocumentDecryption.hxx index b494ea2900fa..d6b867b47b29 100644 --- a/include/oox/crypto/DocumentDecryption.hxx +++ b/include/oox/crypto/DocumentDecryption.hxx @@ -55,7 +55,7 @@ public: oox::ole::OleStorage& rOleStorage, css::uno::Reference< css::uno::XComponentContext > xContext); - bool decrypt(css::uno::Reference< css::io::XStream > xDocumentStream); + bool decrypt(const css::uno::Reference< css::io::XStream >& xDocumentStream); bool readEncryptionInfo(); bool generateEncryptionKey(const OUString& rPassword); |