summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-transex3+source+export.cxx
blob: fc2d31d92048e80cda029c88c9d28a89fe494dec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Adding UKRAINIAN language

--- transex3/source/export.cxx.orig	Mon Feb 24 17:45:55 2003
+++ transex3/source/export.cxx	Tue Feb 25 17:14:06 2003
@@ -1205,6 +1205,8 @@
 		return PORTUGUESE_INDEX;
 	else if ( sLang == "RUSSIAN" )
 		return RUSSIAN_INDEX;
+	else if ( sLang == "UKRAINIAN" )
+		return UKRAINIAN_INDEX;
 	else if ( sLang == "GREEK" )
 		return GREEK_INDEX;
 	else if ( sLang == "DUTCH" )