[Libreoffice-commits] .: Branch 'libreoffice-3-6-0' - wizards/com

Petr Mladek pmladek at kemper.freedesktop.org
Tue Jul 24 02:26:10 PDT 2012


 wizards/com/sun/star/wizards/letter/LocaleCodes.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 39afe59baf321c198cfd9c53d69ee8ab301b7d3d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jun 25 15:36:09 2012 +0100

    this is the stupidest hard-coded number in the world
    
    Change-Id: I4da7700f5a706716d14ca25eebf416d14bd6cf63
    (cherry picked from commit 18b15e48cb1fa7590620930975796a0c0dcac225)
    
    Signed-off-by: Stephan Bergmann <sbergman at redhat.com>
    Signed-off-by: David Tardon <dtardon at redhat.com>
    Signed-off-by: Petr Mladek <pmladek at suse.cz>

diff --git a/wizards/com/sun/star/wizards/letter/LocaleCodes.java b/wizards/com/sun/star/wizards/letter/LocaleCodes.java
index 244f178..08ed06a 100644
--- a/wizards/com/sun/star/wizards/letter/LocaleCodes.java
+++ b/wizards/com/sun/star/wizards/letter/LocaleCodes.java
@@ -41,7 +41,7 @@ public class LocaleCodes extends Resource
     public LocaleCodes(XMultiServiceFactory xmsf)
     {
         super(xmsf, UNIT_NAME, MODULE_NAME);
-        allLanguageStrings = getStringList(16633);  // STR_ARR_SVT_LANGUAGE_TABLE from svtools/source/misc/langtab.src
+        allLanguageStrings = getStringList(16642);  // STR_ARR_SVT_LANGUAGE_TABLE from svtools/source/misc/langtab.src
     }
 
     public String getLanguageString(String MSID)


More information about the Libreoffice-commits mailing list