summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 16:00:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commit5f1e7fe6f0573b7b5565eb9d76b686ebc97a06ea (patch)
treed1f6e66c525d2122f7e541c64269c7cfe3883bb3 /include
parent716caf6fe00ed98e5fd0d6d208f5a25e956bc861 (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I08992bb66d5459333e018bb52dceee3e808fac8b
Diffstat (limited to 'include')
-rw-r--r--include/unotools/progresshandlerwrap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/progresshandlerwrap.hxx b/include/unotools/progresshandlerwrap.hxx
index d6da3c9dc62a..8ed4b7815d1f 100644
--- a/include/unotools/progresshandlerwrap.hxx
+++ b/include/unotools/progresshandlerwrap.hxx
@@ -33,7 +33,7 @@ class UNOTOOLS_DLLPUBLIC ProgressHandlerWrap : public ::cppu::WeakImplHelper< cs
css::uno::Reference< css::task::XStatusIndicator > m_xStatusIndicator;
public:
- ProgressHandlerWrap( css::uno::Reference< css::task::XStatusIndicator > xSI );
+ ProgressHandlerWrap( css::uno::Reference< css::task::XStatusIndicator > const & xSI );
// XProgressHandler
virtual void SAL_CALL push( const css::uno::Any& Status )