summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions')
-rw-r--r--slideshow/source/engine/transitions/slidetransitionfactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/transitions/slidetransitionfactory.cxx b/slideshow/source/engine/transitions/slidetransitionfactory.cxx
index a390f3ac5a1b..754e4f060a50 100644
--- a/slideshow/source/engine/transitions/slidetransitionfactory.cxx
+++ b/slideshow/source/engine/transitions/slidetransitionfactory.cxx
@@ -97,10 +97,10 @@ class PluginSlideChange: public SlideChangeBase
uno::Reference<presentation::XTransition> mxTransition;
UnoViewSharedPtr mpView;
- TransitionViewPair( uno::Reference<presentation::XTransition> xTransition, const UnoViewSharedPtr pView )
+ TransitionViewPair( uno::Reference<presentation::XTransition> xTransition, const UnoViewSharedPtr& rView )
{
mxTransition = xTransition;
- mpView = pView;
+ mpView = rView;
}
~TransitionViewPair()