[Libreoffice-commits] .: i18npool/source

Petr Mladek pmladek at kemper.freedesktop.org
Tue Jul 19 03:46:53 PDT 2011


 i18npool/source/breakiterator/breakiteratorImpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bfa455e31ab2356b4ee0cf499bb71138e837e6c7
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

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