summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLPropertyMappingContext.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/chart/SchXMLPropertyMappingContext.cxx
parentda7259b584678d51a2ea10e3d387c3a34d567414 (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: Ide1102f4dcc5f31de0f896b570fe453b8074454d
Diffstat (limited to 'xmloff/source/chart/SchXMLPropertyMappingContext.cxx')
-rw-r--r--xmloff/source/chart/SchXMLPropertyMappingContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/SchXMLPropertyMappingContext.cxx b/xmloff/source/chart/SchXMLPropertyMappingContext.cxx
index 7c92cbda67e8..28074eedd8e1 100644
--- a/xmloff/source/chart/SchXMLPropertyMappingContext.cxx
+++ b/xmloff/source/chart/SchXMLPropertyMappingContext.cxx
@@ -65,7 +65,7 @@ SchXMLPropertyMappingContext::SchXMLPropertyMappingContext( SchXMLImportHelper&
SvXMLImport& rImport, const OUString& rLocalName,
tSchXMLLSequencesPerIndex & rLSequencesPerIndex,
uno::Reference<
- chart2::XDataSeries > xSeries ):
+ chart2::XDataSeries > const & xSeries ):
SvXMLImportContext( rImport, XML_NAMESPACE_LO_EXT, rLocalName ),
mrImportHelper( rImpHelper ),
mxDataSeries(xSeries),