summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
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);
}