From bfa455e31ab2356b4ee0cf499bb71138e837e6c7 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Tue, 19 Jul 2011 12:45:50 +0200 Subject: fix typo in the last commit scriptListCount should get initialized by scriptList variable --- i18npool/source/breakiterator/breakiteratorImpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // -- cgit v1.2.3