summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/i18n_ic.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-03 09:52:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-06 07:13:42 +0100
commit0d50804e1c0c0ea2a5cd73fa3fa2a9ff0a0e7048 (patch)
treeab861bba797a4610ffd5b482cc8fa4c4d5b59c35 /vcl/inc/unx/i18n_ic.hxx
parent26e8b589b3f7716a80df7f3a9273e4967d9b0991 (diff)
loplugin:constparams in various(2)
Change-Id: I533a7eb724b15e168a28dc92cd5962a39bc96e7c Reviewed-on: https://gerrit.libreoffice.org/44313 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/unx/i18n_ic.hxx')
-rw-r--r--vcl/inc/unx/i18n_ic.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/i18n_ic.hxx b/vcl/inc/unx/i18n_ic.hxx
index 6a36f48d0804..2da9e8bbc072 100644
--- a/vcl/inc/unx/i18n_ic.hxx
+++ b/vcl/inc/unx/i18n_ic.hxx
@@ -66,7 +66,7 @@ public:
void HandleDestroyIM();
void EndExtTextInput();
- void CommitKeyEvent( sal_Unicode* pText, std::size_t nLength );
+ void CommitKeyEvent( sal_Unicode const * pText, std::size_t nLength );
int UpdateSpotLocation();
void Map( SalFrame *pFrame );