summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-05-03 13:23:44 +0000
committerOliver Bolte <obo@openoffice.org>2005-05-03 13:23:44 +0000
commitccc8307222996302ad1cc9bd90feea9dc531dc93 (patch)
tree6a033cd4b653421f594fa3f2111ad4c58dfe2ba5 /wizards
parentd0065737246d23b7e3ed0194e31767666d26629e (diff)
INTEGRATION: CWS pj27 (1.4.62); FILE MERGED
2005/04/27 18:53:03 pjanik 1.4.62.1: #i47637#: Add cs, bg, cr, hu and da languages into Letter Wizard.
Diffstat (limited to 'wizards')
-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 8b007426d214..e4078bd1bc73 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[11];
+ protected String[] LanguageLabels = new String[16];
String resOverwriteWarning;
String resTemplateDescription;
@@ -173,7 +173,7 @@ public class LetterWizardDialogResources extends Resource {
}
private void loadLanguageResources() {
- for (int i = 1; i < 12; i++) {
+ for (int i = 1; i < 17; i++) {
LanguageLabels[i-1] = getResText(RID_LETTERWIZARDLANGUAGE_START + i);
}