summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i18npool/source/indexentry/indexentrysupplier_default.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/indexentry/indexentrysupplier_default.cxx b/i18npool/source/indexentry/indexentrysupplier_default.cxx
index 69f5aeb48c6d..871a4923362a 100644
--- a/i18npool/source/indexentry/indexentrysupplier_default.cxx
+++ b/i18npool/source/indexentry/indexentrysupplier_default.cxx
@@ -218,7 +218,7 @@ void Index::makeIndexKeys(const lang::Locale &rLocale, const OUString &algorithm
case sal_Unicode('('):
if (key_count > 0) {
sal_Int16 end = i+1;
- for (end=i+1; end < len && keyStr[end] != close; end++) ;
+ for (; end < len && keyStr[end] != close; end++) ;
if (end >= len) // no found
throw RuntimeException();