summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-tools+source+rc+resmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/patch-tools+source+rc+resmgr.cxx')
-rw-r--r--editors/openoffice-1.0/files/patch-tools+source+rc+resmgr.cxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-tools+source+rc+resmgr.cxx b/editors/openoffice-1.0/files/patch-tools+source+rc+resmgr.cxx
new file mode 100644
index 000000000000..7e6174dd56fe
--- /dev/null
+++ b/editors/openoffice-1.0/files/patch-tools+source+rc+resmgr.cxx
@@ -0,0 +1,19 @@
+--- ../tools/source/rc/resmgr.cxx.orig Mon Feb 24 17:46:55 2003
++++ ../tools/source/rc/resmgr.cxx Tue Feb 25 17:09:39 2003
+@@ -1189,6 +1189,8 @@
+ return "36";
+ case LANGUAGE_RUSSIAN:
+ return "07";
++ case LANGUAGE_UKRAINIAN:
++ return "38";
+ case LANGUAGE_SLOVAK:
+ return "04";
+ case LANGUAGE_GREEK:
+@@ -1339,6 +1341,7 @@
+ LANGUAGE_HUNGARIAN,
+ LANGUAGE_CZECH,
+ LANGUAGE_RUSSIAN,
++ LANGUAGE_UKRAINIAN,
+ LANGUAGE_ARABIC,
+ LANGUAGE_GREEK,
+ LANGUAGE_KOREAN,