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/ximpstyl.hxx | |
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/ximpstyl.hxx')
-rw-r--r-- | xmloff/source/draw/ximpstyl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx index a159c895386b..c33bcf092264 100644 --- a/xmloff/source/draw/ximpstyl.hxx +++ b/xmloff/source/draw/ximpstyl.hxx @@ -105,7 +105,7 @@ public: sal_uInt16 nPrfx, const OUString& rLName, const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, - css::uno::Reference< css::drawing::XShapes >& rShapes); + css::uno::Reference< css::drawing::XShapes > const & rShapes); virtual ~SdXMLMasterPageContext() override; virtual SvXMLImportContext *CreateChildContext( |