summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/letter
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-11-27 08:06:46 +0000
committerKurt Zenker <kz@openoffice.org>2004-11-27 08:06:46 +0000
commit971bec2a4ecf5fd232c8a11b8edb4f9b0da6cd62 (patch)
tree3f52b0b8a7c37552fb5f12b92ea3e556760a7fd5 /wizards/com/sun/star/wizards/letter
parent4e1e8ebd0cefcf2bd0a4d5a75ea6260512715737 (diff)
INTEGRATION: CWS qwizardsbf1 (1.3.2); FILE MERGED
2004/11/16 09:28:29 tv 1.3.2.1: support all 11 sun languages
Diffstat (limited to 'wizards/com/sun/star/wizards/letter')
-rw-r--r--wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.java b/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.java
index 7a0cbbc2d3d2..8b007426d214 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.java
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.java
@@ -17,7 +17,7 @@ public class LetterWizardDialogResources extends Resource {
protected String[] RoadmapLabels = new String[7];
protected String[] SalutationLabels = new String[3];
protected String[] GreetingLabels = new String[3];
- protected String[] LanguageLabels = new String[2];
+ protected String[] LanguageLabels = new String[11];
String resOverwriteWarning;
String resTemplateDescription;
@@ -173,7 +173,7 @@ public class LetterWizardDialogResources extends Resource {
}
private void loadLanguageResources() {
- for (int i = 1; i < 3; i++) {
+ for (int i = 1; i < 12; i++) {
LanguageLabels[i-1] = getResText(RID_LETTERWIZARDLANGUAGE_START + i);
}