From 32894034ea7b283d6c60cb77ef5d8b43a9c15d65 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 28 Jul 2017 12:07:49 +0200 Subject: loplugin:constparams in editeng Change-Id: Ice32a16d14d0132a19e8209d311bb799fd7ee0c8 Reviewed-on: https://gerrit.libreoffice.org/40526 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/unolingu.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/unolingu.hxx') diff --git a/include/editeng/unolingu.hxx b/include/editeng/unolingu.hxx index 8558925cc401..78807780da17 100644 --- a/include/editeng/unolingu.hxx +++ b/include/editeng/unolingu.hxx @@ -121,7 +121,7 @@ private: public: SvxDicListChgClamp( css::uno::Reference< - css::linguistic2::XSearchableDictionaryList > &rxDicList ); + css::linguistic2::XSearchableDictionaryList > const &rxDicList ); ~SvxDicListChgClamp(); }; -- cgit