diff options
Diffstat (limited to 'editors/openoffice-1.0/files/patch-transex3+source+export.cxx')
-rw-r--r-- | editors/openoffice-1.0/files/patch-transex3+source+export.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-transex3+source+export.cxx b/editors/openoffice-1.0/files/patch-transex3+source+export.cxx new file mode 100644 index 0000000..b5ee0d1 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-transex3+source+export.cxx @@ -0,0 +1,11 @@ +--- ../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" ) |