summaryrefslogtreecommitdiff
path: root/xmloff/source/meta
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-28 11:48:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-28 20:12:29 +0200
commit977a676a718bfa682352d023420f4026ea9d7025 (patch)
treeb25d5f22ff761ee7eee0a66c5585de05bdbc9c80 /xmloff/source/meta
parentf62c65459100bd45bfc274e2b2587d5c6804feb2 (diff)
loplugin:constparams in xmloff
Change-Id: I136ee42523a40c576d7cf0b66abbf50ad9be052f Reviewed-on: https://gerrit.libreoffice.org/40517 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r--xmloff/source/meta/xmlversion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx
index 622e418c5594..13410f4aaad8 100644
--- a/xmloff/source/meta/xmlversion.cxx
+++ b/xmloff/source/meta/xmlversion.cxx
@@ -44,7 +44,7 @@ XMLVersionListExport::XMLVersionListExport(
const css::uno::Reference< css::uno::XComponentContext >& rContext,
const css::uno::Sequence < css::util::RevisionTag >& rVersions,
const OUString &rFileName,
- Reference< XDocumentHandler > &rHandler )
+ Reference< XDocumentHandler > const &rHandler )
: SvXMLExport( rContext, "", rFileName, util::MeasureUnit::CM, rHandler ),
maVersions( rVersions )
{