summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:58:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commitb46492d06e389728bee7a2f2a8560c3891ef099b (patch)
treec612fed5ff929764d207bcb159604970c5343f60 /sd/inc
parentloplugin:passstuffbyref also for {css::uno,rtl}::Reference (diff)
downloadcore-b46492d06e389728bee7a2f2a8560c3891ef099b.tar.gz
core-b46492d06e389728bee7a2f2a8560c3891ef099b.zip
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: If24b3ba75023c68fddcaec1ff7ae5f2517761587
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/cusshow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx
index 83de986db8c1..eb915b9803f0 100644
--- a/sd/inc/cusshow.hxx
+++ b/sd/inc/cusshow.hxx
@@ -45,7 +45,7 @@ private:
public:
// single argument ctors shall be explicit
explicit SdCustomShow(SdDrawDocument* pDrawDoc);
- SdCustomShow(SdDrawDocument* pDrawDoc, css::uno::Reference< css::uno::XInterface > xShow );
+ SdCustomShow(SdDrawDocument* pDrawDoc, css::uno::Reference< css::uno::XInterface > const & xShow );
virtual ~SdCustomShow();