summaryrefslogtreecommitdiff
path: root/i18npool/source/indexentry
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-12 15:10:16 +0200
committerNoel Grandin <noel@peralex.com>2015-08-14 11:11:10 +0200
commit9e1d98fec2884e4c401aa0d5396612aa01773dc8 (patch)
tree1264e251a435c4d16c64f8b14efbbf825aee1827 /i18npool/source/indexentry
parent371a535afbccd1cc405117ad5529fc980e041e68 (diff)
loplugin: defaultparams
Change-Id: I320eb6149793689c496b14090e8e0243397d01ba
Diffstat (limited to 'i18npool/source/indexentry')
-rw-r--r--i18npool/source/indexentry/indexentrysupplier_asian.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/indexentry/indexentrysupplier_asian.cxx b/i18npool/source/indexentry/indexentrysupplier_asian.cxx
index a41e8cb56a08..4216e408aa59 100644
--- a/i18npool/source/indexentry/indexentrysupplier_asian.cxx
+++ b/i18npool/source/indexentry/indexentrysupplier_asian.cxx
@@ -182,7 +182,7 @@ IndexEntrySupplier_asian::getPhoneticCandidate( const OUString& rIndexEntry,
sal_Int16 max_index;
sal_uInt16** idx=func(&max_index);
for (sal_Int32 i=0,j=0; i < rIndexEntry.getLength(); i=j) {
- sal_uInt32 ch = rIndexEntry.iterateCodePoints(&j, 1);
+ sal_uInt32 ch = rIndexEntry.iterateCodePoints(&j);
if (((sal_Int16)(ch>>8)) <= max_index) {
sal_uInt16 address = idx[0][ch>>8];
if (address != 0xFFFF) {