From 8bedbc3f567f3f6d567376ccf0830160df1d4bbb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Jul 2017 11:49:30 +0200 Subject: loplugin:constparams in xmloff Change-Id: Iec9535b106c85e47ddb14eec4ef3db5b1c8d8fd7 Reviewed-on: https://gerrit.libreoffice.org/40219 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/draw/ximpstyl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/source/draw/ximpstyl.hxx') diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx index bf7cc23fefe7..a159c895386b 100644 --- a/xmloff/source/draw/ximpstyl.hxx +++ b/xmloff/source/draw/ximpstyl.hxx @@ -185,7 +185,7 @@ class SdXMLStylesContext : public SvXMLStylesContext void ImpSetGraphicStyles() const; void ImpSetCellStyles() const; - void ImpSetGraphicStyles( css::uno::Reference< css::container::XNameAccess >& xPageStyles, + void ImpSetGraphicStyles( css::uno::Reference< css::container::XNameAccess > const & xPageStyles, sal_uInt16 nFamily, const OUString& rPrefix) const; protected: @@ -216,7 +216,7 @@ public: virtual void EndElement() override; virtual rtl::Reference< SvXMLImportPropertyMapper > GetImportPropertyMapper(sal_uInt16 nFamily) const override; - void SetMasterPageStyles(SdXMLMasterPageContext& rMaster) const; + void SetMasterPageStyles(SdXMLMasterPageContext const & rMaster) const; css::uno::Reference< css::container::XNameAccess > getPageLayouts() const; }; -- cgit