From 977a676a718bfa682352d023420f4026ea9d7025 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 28 Jul 2017 11:48:18 +0200 Subject: loplugin:constparams in xmloff Change-Id: I136ee42523a40c576d7cf0b66abbf50ad9be052f Reviewed-on: https://gerrit.libreoffice.org/40517 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/xforms/SchemaRestrictionContext.cxx | 2 +- xmloff/source/xforms/SchemaRestrictionContext.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/source/xforms') diff --git a/xmloff/source/xforms/SchemaRestrictionContext.cxx b/xmloff/source/xforms/SchemaRestrictionContext.cxx index 5afd5e6b0b85..86a52ba9a09b 100644 --- a/xmloff/source/xforms/SchemaRestrictionContext.cxx +++ b/xmloff/source/xforms/SchemaRestrictionContext.cxx @@ -82,7 +82,7 @@ SchemaRestrictionContext::SchemaRestrictionContext( SvXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLocalName, - Reference& rRepository, + Reference const & rRepository, const OUString& sTypeName ) : TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ), mxRepository( rRepository ), diff --git a/xmloff/source/xforms/SchemaRestrictionContext.hxx b/xmloff/source/xforms/SchemaRestrictionContext.hxx index 2de3fcea7cca..8f6bbd0db2d3 100644 --- a/xmloff/source/xforms/SchemaRestrictionContext.hxx +++ b/xmloff/source/xforms/SchemaRestrictionContext.hxx @@ -44,7 +44,7 @@ public: SchemaRestrictionContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, - css::uno::Reference& rRepository, + css::uno::Reference const & rRepository, const OUString& sTypeName ); protected: -- cgit