summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-07-19 12:45:50 +0200
committerJan Holesovsky <kendy@suse.cz>2011-07-19 13:52:39 +0200
commit4d046c6a2e0276f7944dcb12f007b1e9ce10a154 (patch)
tree39d4c6f1fb42110543bc99b20b3dede60eaee770
parent079bbde52d6a136f55957c40b7f8d536a6c16065 (diff)
fix typo in the last commit
scriptListCount should get initialized by scriptList variable Signed-off-by: Jan Holesovsky <kendy@suse.cz>
-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
//