[Libreoffice-commits] .: Branch 'libreoffice-3-4' - i18npool/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Tue Jul 19 04:53:49 PDT 2011
i18npool/source/breakiterator/breakiteratorImpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4d046c6a2e0276f7944dcb12f007b1e9ce10a154
Author: Petr Mladek <pmladek at suse.cz>
Date: Tue Jul 19 12:45:50 2011 +0200
fix typo in the last commit
scriptListCount should get initialized by scriptList variable
Signed-off-by: Jan Holesovsky <kendy at suse.cz>
diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx
index 377e575..95c0877 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
//
More information about the Libreoffice-commits
mailing list