[Libreoffice-commits] .: Branch 'libreoffice-3-4-2' - i18npool/source

Fridrich Strba fridrich at kemper.freedesktop.org
Tue Jul 19 05:13:14 PDT 2011


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

New commits:
commit c8c3b38b3e59cc97146a7acf2614e71a61bd8b85
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>
    Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>

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