[Libreoffice-commits] core.git: Branch 'aoo/trunk' - wizards/com
Tsutomu Uchino
hanya at apache.org
Fri Jan 17 20:07:36 PST 2014
wizards/com/sun/star/wizards/letter/LocaleCodes.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3e878f6ea157ec0aaa47c1f4dbaf039b9de1a103
Author: Tsutomu Uchino <hanya at apache.org>
Date: Sat Jan 18 02:36:25 2014 +0000
#i124045# fix resource id for STR_ARR_SVT_LANGUAGE_TABLE used in Letter wizard to match with svtools.hrc
diff --git a/wizards/com/sun/star/wizards/letter/LocaleCodes.java b/wizards/com/sun/star/wizards/letter/LocaleCodes.java
index 2078d68..4904364 100644
--- a/wizards/com/sun/star/wizards/letter/LocaleCodes.java
+++ b/wizards/com/sun/star/wizards/letter/LocaleCodes.java
@@ -36,7 +36,7 @@ public class LocaleCodes extends Resource
public LocaleCodes(XMultiServiceFactory xmsf)
{
super(xmsf, UNIT_NAME, MODULE_NAME);
- allLanguageStrings = getStringList(16635); // STR_ARR_SVT_LANGUAGE_TABLE from svtools/source/misc/langtab.src
+ allLanguageStrings = getStringList(16638); // STR_ARR_SVT_LANGUAGE_TABLE from svtools/source/misc/langtab.src
}
public String getLanguageString(String MSID)
More information about the Libreoffice-commits
mailing list