summaryrefslogtreecommitdiff
path: root/writerperfect/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 16:00:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commit04aed0574fdfd3f173c32d2370c8596e63fba3b1 (patch)
treec073aa9184a741a847a2150ba13e2b564dde2fc5 /writerperfect/inc
parentdad4ddbbde689340d90f0480b838577dbbe618fe (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I7b11fa9efc507635506bfedb141ad02c2afa68c9
Diffstat (limited to 'writerperfect/inc')
-rw-r--r--writerperfect/inc/WPXSvInputStream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/inc/WPXSvInputStream.hxx b/writerperfect/inc/WPXSvInputStream.hxx
index 8b3cf1051306..06eddfd09d14 100644
--- a/writerperfect/inc/WPXSvInputStream.hxx
+++ b/writerperfect/inc/WPXSvInputStream.hxx
@@ -38,7 +38,7 @@ class WPXSvInputStreamImpl;
class WRITERPERFECT_DLLPUBLIC WPXSvInputStream : public librevenge::RVNGInputStream
{
public:
- WPXSvInputStream(css::uno::Reference< css::io::XInputStream > xStream);
+ WPXSvInputStream(css::uno::Reference< css::io::XInputStream > const & xStream);
virtual ~WPXSvInputStream();
virtual bool isStructured() override;