summaryrefslogtreecommitdiff
path: root/linguistic/source/spelldsp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 12:00:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 13:41:12 +0200
commit236305f56743e11fb2102a0c3668fd310d630f7d (patch)
tree5e9f76e596ab8b773a9fbeb6914a9ac896d670be /linguistic/source/spelldsp.hxx
parent08366676c82d585019b575eb9ddb2d9fc537dd76 (diff)
loplugin:constparams in linguistic
Change-Id: I7495c476b52a804971eaa97db011530842025fa9 Reviewed-on: https://gerrit.libreoffice.org/40221 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic/source/spelldsp.hxx')
-rw-r--r--linguistic/source/spelldsp.hxx2
1 files changed, 1 insertions, 1 deletions
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 *);
};