summaryrefslogtreecommitdiff
path: root/include/oox/crypto/DocumentDecryption.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:57:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commit607ef95608592f2db88a8b4cf65dfc2e488b07a9 (patch)
treef5466dfe4d01cd84e2a40ac221283c367f402bcb /include/oox/crypto/DocumentDecryption.hxx
parenta2b2b7b07e0ddffdd836bd1b6009c0c8523fa1ae (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I19eaebdb25db8881d84625a4b9d0df0a588aab4f
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 4e4abae43380..fbd5e36eb747 100644
--- a/include/oox/crypto/DocumentDecryption.hxx
+++ b/include/oox/crypto/DocumentDecryption.hxx
@@ -55,7 +55,7 @@ private:
public:
DocumentDecryption(
oox::ole::OleStorage& rOleStorage,
- css::uno::Reference< css::uno::XComponentContext > xContext);
+ css::uno::Reference< css::uno::XComponentContext > const & xContext);
bool decrypt(const css::uno::Reference< css::io::XStream >& xDocumentStream);
bool readEncryptionInfo();