From 3ada0545adc7533c02b37cb55f0cab09dcdac96b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 7 Jul 2016 15:58:51 +0200 Subject: loplugin:passstuffbyref also for {css::uno,rtl}::Reference Change-Id: Idb9dba0a96236b7b4240a1e94693d16e77484a29 --- sfx2/source/appl/helpinterceptor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/appl/helpinterceptor.cxx') 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); } -- cgit