summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/helpinterceptor.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:58:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commit3ada0545adc7533c02b37cb55f0cab09dcdac96b (patch)
tree254cc902a932a9f59510f3096dffa32634b95dca /sfx2/source/appl/helpinterceptor.cxx
parent768a6fc9c0ce926fc026eb0c93001b3058798917 (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: Idb9dba0a96236b7b4240a1e94693d16e77484a29
Diffstat (limited to 'sfx2/source/appl/helpinterceptor.cxx')
-rw-r--r--sfx2/source/appl/helpinterceptor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/helpinterceptor.cxx b/sfx2/source/appl/helpinterceptor.cxx
index 786f1c7ca269..c4d4c1a5bff4 100644
--- a/sfx2/source/appl/helpinterceptor.cxx
+++ b/sfx2/source/appl/helpinterceptor.cxx
@@ -295,7 +295,7 @@ void SAL_CALL HelpListener_Impl::disposing( const css::lang::EventObject& )
}
HelpStatusListener_Impl::HelpStatusListener_Impl(
- Reference < XDispatch > aDispatch, URL& rURL)
+ Reference < XDispatch > const & aDispatch, URL& rURL)
{
aDispatch->addStatusListener(this, rURL);
}