wizards/com/sun/star/wizards/letter/LocaleCodes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 67db4e1ec90161bc31c00bc67190bc2895c7fa59 Author: Caolán McNamara <[email protected]> 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 <[email protected]> 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)
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
