View | Details | Raw Unified | Return to issue 49477
Collapse All | Expand All

(-)old/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java (-1 / +2 lines)
Lines 856-862 Link Here
856
		
856
		
857
		if (ProdName.startsWith("Open")) {
857
		if (ProdName.startsWith("Open")) {
858
			//Add Languages for OpenOffice.org
858
			//Add Languages for OpenOffice.org
859
			Norms = new String[16];
859
			Norms = new String[17];
860
860
861
			Norms[0] = "en-US";
861
			Norms[0] = "en-US";
862
			Norms[1] = "de";
862
			Norms[1] = "de";
Lines 874-879 Link Here
874
			Norms[13] = "da";		
874
			Norms[13] = "da";		
875
			Norms[14] = "hu";		
875
			Norms[14] = "hu";		
876
			Norms[15] = "hr";					
876
			Norms[15] = "hr";					
877
			Norms[16] = "km";
877
		} else {
878
		} else {
878
			Norms = new String[11];
879
			Norms = new String[11];
879
880
(-)old/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.java (-1 / +1 lines)
Lines 173-179 Link Here
173
	}
173
	}
174
		
174
		
175
	private void loadLanguageResources() {
175
	private void loadLanguageResources() {
176
		for (int i = 1; i < 17; i++) {
176
		for (int i = 1; i < 18; i++) {
177
			LanguageLabels[i-1] = getResText(RID_LETTERWIZARDLANGUAGE_START + i);
177
			LanguageLabels[i-1] = getResText(RID_LETTERWIZARDLANGUAGE_START + i);
178
		}
178
		}
179
		
179
		
(-)old/wizards/source/formwizard/dbwizres.src (+6 lines)
Lines 2515-2520 Link Here
2515
	Text [ en-US] = "Croatian";
2515
	Text [ en-US] = "Croatian";
2516
};
2516
};
2517
2517
2518
String RID_LETTERWIZARDLANGUAGE_START + 17
2519
{
2520
	Text [ de ] = "Khmer";
2521
	Text [ en-US] = "Khmer";
2522
};
2523
2518
2524
2519
// ============================================================================
2525
// ============================================================================
2520
// ============================						  ======================
2526
// ============================						  ======================

Return to issue 49477