diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 15:59:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 18:59:55 +0200 |
commit | 7a0a0babf64d2462e244fdc7a6c6db795edb9887 (patch) | |
tree | dead27864efc96e2cd16f7b07c0cb2ee03098e30 /slideshow | |
parent | 3ada0545adc7533c02b37cb55f0cab09dcdac96b (diff) |
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: Iaeeb594821f8b2875ca08afdf62d442d33e186ba
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/transitions/slidetransitionfactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/transitions/slidetransitionfactory.cxx b/slideshow/source/engine/transitions/slidetransitionfactory.cxx index fa95a7ed0b94..a50cfea14b24 100644 --- a/slideshow/source/engine/transitions/slidetransitionfactory.cxx +++ b/slideshow/source/engine/transitions/slidetransitionfactory.cxx @@ -94,7 +94,7 @@ class PluginSlideChange: public SlideChangeBase uno::Reference<presentation::XTransition> mxTransition; UnoViewSharedPtr mpView; - TransitionViewPair( uno::Reference<presentation::XTransition> xTransition, const UnoViewSharedPtr& rView ) + TransitionViewPair( uno::Reference<presentation::XTransition> const & xTransition, const UnoViewSharedPtr& rView ) { mxTransition = xTransition; mpView = rView; |