diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-01-06 12:54:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-01-06 12:54:16 +0000 |
commit | 0cf944e41a1148ce17be52db890f732e6b2886f8 (patch) | |
tree | e97058b3260853d717ea0abcf9361bdce2eeb8df | |
parent | 7f7310f4793a7149d3ce62834dc5bdd1fac46863 (diff) |
CWS-TOOLING: integrate CWS locales31
2008-12-10 14:56:44 +0100 er r265193 : calling convention mismatch
2008-12-08 12:04:56 +0100 er r264984 : #i96840# classify some extra languages as CTL
2008-12-05 19:54:02 +0100 erack r264916 : ImpSvNumberformatScan::ScanType: do not miscategorize as automtic currency if currency symbol in General string, such as R in Standard
2008-12-04 12:07:05 +0100 erack r264831 : CWS-TOOLING: rebase CWS locales31 to trunk@264807 (milestone: DEV300:m37)
2008-12-03 16:14:17 +0100 erack r264797 : #i93694# update script+language -> unicode digit mapping; patch from <hdu>
2008-11-25 02:01:18 +0100 erack r264270 : #i83349# apply remaining parts of the patch, now that we use ICU 4.0; contributed by <kstribley>
2008-11-25 01:38:20 +0100 erack r264269 : #i93694# test the bit, not the constant ...
2008-11-24 10:34:58 +0100 erack r264211 : #i93694# LANGUAGE_ARABIC is gone
2008-11-24 01:39:25 +0100 erack r264192 : #i94435# LANGUAGE_SPANISH now is an alias of LANGUAGE_SPANISH_MODERN, need LANGUAGE_SPANISH_DATED in switch case if both are to be used
2008-11-23 22:54:17 +0100 erack r264190 : CWS-TOOLING: rebase CWS locales31 to trunk@263288 (milestone: DEV300:m35)
2008-11-23 20:23:28 +0100 erack r264189 : migrate CWS locales31 to SVN
-rw-r--r-- | wizards/com/sun/star/wizards/letter/LocaleCodes.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LocaleCodes.java b/wizards/com/sun/star/wizards/letter/LocaleCodes.java index 7cc7b811e26a..08974e08eb4a 100644 --- a/wizards/com/sun/star/wizards/letter/LocaleCodes.java +++ b/wizards/com/sun/star/wizards/letter/LocaleCodes.java @@ -61,9 +61,8 @@ public class LocaleCodes extends Resource return LS; } - public String[] getIDs() - { - String[] Ids = new String[134]; + public String[] getIDs() { + String []Ids = new String [135]; Ids[0] = "Afrikaans;af;1078"; Ids[1] = "Albanian;sq;1052"; @@ -199,6 +198,7 @@ public class LocaleCodes extends Resource Ids[131] = "Yiddish;yi;1085"; Ids[132] = "Zulu;zu;1077"; Ids[133] = "Khmer;km-kh;1107"; + Ids[134] = "Burmese;my-mm;1109"; return Ids; } |