diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-28 11:48:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-28 20:12:29 +0200 |
commit | 977a676a718bfa682352d023420f4026ea9d7025 (patch) | |
tree | b25d5f22ff761ee7eee0a66c5585de05bdbc9c80 /xmloff/source/draw/ximppage.cxx | |
parent | f62c65459100bd45bfc274e2b2587d5c6804feb2 (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/draw/ximppage.cxx')
-rw-r--r-- | xmloff/source/draw/ximppage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximppage.cxx b/xmloff/source/draw/ximppage.cxx index 6be82e5e56fb..35deee58ab56 100644 --- a/xmloff/source/draw/ximppage.cxx +++ b/xmloff/source/draw/ximppage.cxx @@ -210,7 +210,7 @@ SdXMLGenericPageContext::SdXMLGenericPageContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const Reference< xml::sax::XAttributeList>& xAttrList, - Reference< drawing::XShapes >& rShapes) + Reference< drawing::XShapes > const & rShapes) : SvXMLImportContext( rImport, nPrfx, rLocalName ) , mxShapes( rShapes ) , mxAnnotationAccess( rShapes, UNO_QUERY ) |