summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 16:01:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commit8c81f307eef0c4eb66cf0994fa444b676650c7be (patch)
tree3f014f6685695c4dbc0191709ebf7629a9cff1f3 /xmloff/source/text/txtparae.cxx
parentda7259b584678d51a2ea10e3d387c3a34d567414 (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: Ide1102f4dcc5f31de0f896b570fe453b8074454d
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r--xmloff/source/text/txtparae.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 147d56531269..79b167839d6d 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -216,7 +216,7 @@ namespace
class FieldParamExporter
{
public:
- FieldParamExporter(SvXMLExport* const pExport, Reference<XNameContainer> xFieldParams)
+ FieldParamExporter(SvXMLExport* const pExport, Reference<XNameContainer> const & xFieldParams)
: m_pExport(pExport)
, m_xFieldParams(xFieldParams)
{ };