summaryrefslogtreecommitdiff
path: root/sfx2/source/notify
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/notify
parent768a6fc9c0ce926fc026eb0c93001b3058798917 (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: Idb9dba0a96236b7b4240a1e94693d16e77484a29
Diffstat (limited to 'sfx2/source/notify')
-rw-r--r--sfx2/source/notify/eventsupplier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/notify/eventsupplier.cxx b/sfx2/source/notify/eventsupplier.cxx
index 80b11199bd99..0e8d2c42c42e 100644
--- a/sfx2/source/notify/eventsupplier.cxx
+++ b/sfx2/source/notify/eventsupplier.cxx
@@ -311,7 +311,7 @@ void SAL_CALL SfxEvents_Impl::disposing( const lang::EventObject& /*Source*/ ) t
SfxEvents_Impl::SfxEvents_Impl( SfxObjectShell* pShell,
- uno::Reference< document::XEventBroadcaster > xBroadcaster )
+ uno::Reference< document::XEventBroadcaster > const & xBroadcaster )
{
// get the list of supported events and store it
if ( pShell )