summaryrefslogtreecommitdiff
path: root/include/editeng/svxrtf.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:56:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commite4651e2003c0d079b915ccef335374c1bf015a5a (patch)
tree7eb7e5988f3179f2591eca116bb78ce8032cebf5 /include/editeng/svxrtf.hxx
parentcb53d9c4a2b0e57871567c3c819bb349d12542a6 (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I5bb3c63790cb153c0d6f57a681ec6dda71d482be
Diffstat (limited to 'include/editeng/svxrtf.hxx')
-rw-r--r--include/editeng/svxrtf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index 45dd362455ad..2a941617be17 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -288,7 +288,7 @@ protected:
SvxRTFParser( SfxItemPool& rAttrPool,
SvStream& rIn,
- css::uno::Reference< css::document::XDocumentProperties> i_xDocProps );
+ css::uno::Reference< css::document::XDocumentProperties> const & i_xDocProps );
virtual ~SvxRTFParser();
void SetNewDoc( bool bFlag ) { bNewDoc = bFlag; }