summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-07-19 12:45:50 +0200
committerPetr Mladek <pmladek@suse.cz>2011-07-19 12:45:50 +0200
commitc1cf6f343b278f7ef74c9b17318d864eafe3e79d (patch)
tree05a2e94c7b6cddd4746138a4e416b6d2dc30b525 /i18npool
parentbf355b97ee4b53e38975f0e1847eda5b3e05f920 (diff)
fix typo in the last commit
scriptListCount should get initialized by scriptList variable
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/breakiterator/breakiteratorImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx
index 9c6d09d7d6ec..e81bfff9452a 100644
--- a/i18npool/source/breakiterator/breakiteratorImpl.cxx
+++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx
@@ -535,7 +535,7 @@ namespace
{UBLOCK_LATIN_EXTENDED_C, UBLOCK_LATIN_EXTENDED_D, ScriptType::LATIN}
};
- #define scriptListCount SAL_N_ELEMENTS(scriptTypes)
+ #define scriptListCount SAL_N_ELEMENTS(scriptList)
//always sets rScriptType
//