From dafae0fe31353a8092334328d499bc108d39e44c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Aug 2017 10:23:01 +0200 Subject: loplugin:constparams in sd Change-Id: I833c6da99d5ccb8f6a8b5c905bee73b75fde0a89 Reviewed-on: https://gerrit.libreoffice.org/40700 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/unoidl/unosrch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/unoidl/unosrch.cxx') diff --git a/sd/source/ui/unoidl/unosrch.cxx b/sd/source/ui/unoidl/unosrch.cxx index 98f966079017..6db2a88e0d42 100644 --- a/sd/source/ui/unoidl/unosrch.cxx +++ b/sd/source/ui/unoidl/unosrch.cxx @@ -786,7 +786,7 @@ void SAL_CALL SdUnoSearchReplaceDescriptor::removeVetoableChangeListener( const /* ================================================================= */ -SdUnoFindAllAccess::SdUnoFindAllAccess( uno::Sequence< uno::Reference< uno::XInterface > >& rSequence ) throw() +SdUnoFindAllAccess::SdUnoFindAllAccess( uno::Sequence< uno::Reference< uno::XInterface > > const & rSequence ) throw() :maSequence( rSequence ) { } -- cgit