summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/patch-transex3+inc+export.hxx
blob: 1263573285d39b4770827fa019ed6155f96e3bbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- ../transex3/inc/export.hxx.orig	Fri May 24 15:26:18 2002
+++ ../transex3/inc/export.hxx	Tue Feb 25 17:13:09 2003
@@ -187,18 +187,22 @@
 #define CATALAN_ISO				"ca"
 #define CATALAN_INDEX				28
 
+#define UKRAINIAN					38
+#define UKRAINIAN_ISO				"uk"
+#define UKRAINIAN_INDEX				29
+
 #define THAI					66
 #define THAI_ISO				"th"
-#define THAI_INDEX					29
+#define THAI_INDEX					30
 
 // special language for l10n framework
 #define EXTERN					99
-#define EXTERN_INDEX				30
+#define EXTERN_INDEX				31
 
-#define LANGUAGES					31
+#define LANGUAGES					32
 
 #define LANGUAGE_ALLOWED( n )  (( n != 0xFFFF ) && ( Export::LanguageAllowed( Export::LangId[ n ] )) && 													\
-							   (( Export::LangId[ n ] == 01 ) || ( Export::LangId[ n ] == 03 ) || ( Export::LangId[ n ] == 07 ) || 	\
+							   (( Export::LangId[ n ] == 01 ) || ( Export::LangId[ n ] == 03 ) || ( Export::LangId[ n ] == 07 ) || ( Export::LangId[ n ] == 38 ) ||	\
 								( Export::LangId[ n ] == 30 ) || ( Export::LangId[ n ] == 31 ) || ( Export::LangId[ n ] == 33 ) ||   	\
 								( Export::LangId[ n ] == 34 ) || ( Export::LangId[ n ] == 35 ) || ( Export::LangId[ n ] == 37 ) || 	\
 								( Export::LangId[ n ] == 39 ) || ( Export::LangId[ n ] == 45 ) || ( Export::LangId[ n ] == 46 ) || 	\