summaryrefslogtreecommitdiff
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
commitbfa455e31ab2356b4ee0cf499bb71138e837e6c7 (patch)
treec2d8c1b573d9bee97f4c230a56b050839def74d3
parente76c8d80009c8e29abf0447b7edc157eb42c9e56 (diff)
fix typo in the last commit
scriptListCount should get initialized by scriptList variable
-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 377e575225..95c0877f3b 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
//