summaryrefslogtreecommitdiff
path: root/include/svx/unoshape.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:59:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commiteb96c8634a890071c72592a51afdacc2120a08b9 (patch)
treeb51df50a38b6cf0c6cdce036e640fd7695c9ad52 /include/svx/unoshape.hxx
parentb917adc4d6679dac5aa96b3fb2f09f7155ea85db (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: Ie219b6b6cc876cb46faadd7aa9c4f997702781bb
Diffstat (limited to 'include/svx/unoshape.hxx')
-rw-r--r--include/svx/unoshape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx
index 79e3f02b4d50..71cc3ca51742 100644
--- a/include/svx/unoshape.hxx
+++ b/include/svx/unoshape.hxx
@@ -893,7 +893,7 @@ private:
m_xDummyObject;
public:
- SvxDummyShapeContainer( css::uno::Reference< css::drawing::XShapes > xWrappedObject );
+ SvxDummyShapeContainer( css::uno::Reference< css::drawing::XShapes > const & xWrappedObject );
virtual ~SvxDummyShapeContainer() throw();
const css::uno::Reference< css::drawing::XShapes >& getWrappedShape()