summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-07-19 12:45:50 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-07-19 14:13:00 +0200
commit3ef3c71ba77bba3e9880a51e57f84d2c9d00b3e6 (patch)
tree2e5335b77311323bad20433f86fccf17d907c1a1
parent150cdb996dc79254495abbd391626efa5b35e10d (diff)
fix typo in the last commit
scriptListCount should get initialized by scriptList variable Signed-off-by: Jan Holesovsky <kendy@suse.cz> Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
-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
//