From 236305f56743e11fb2102a0c3668fd310d630f7d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Jul 2017 12:00:49 +0200 Subject: loplugin:constparams in linguistic Change-Id: I7495c476b52a804971eaa97db011530842025fa9 Reviewed-on: https://gerrit.libreoffice.org/40221 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- linguistic/source/spelldsp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic/source/spelldsp.hxx') diff --git a/linguistic/source/spelldsp.hxx b/linguistic/source/spelldsp.hxx index 2eaf40da5e83..17048ec4508c 100644 --- a/linguistic/source/spelldsp.hxx +++ b/linguistic/source/spelldsp.hxx @@ -113,7 +113,7 @@ public: private: void setCharClass(const LanguageTag& rLanguageTag); - static OUString SAL_CALL makeLowerCase(const OUString&, CharClass *); + static OUString SAL_CALL makeLowerCase(const OUString&, CharClass const *); }; -- cgit