aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-sysui+tools+lngconv+lngconv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/patch-sysui+tools+lngconv+lngconv.cxx')
-rw-r--r--editors/openoffice-1.0/files/patch-sysui+tools+lngconv+lngconv.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/openoffice-1.0/files/patch-sysui+tools+lngconv+lngconv.cxx b/editors/openoffice-1.0/files/patch-sysui+tools+lngconv+lngconv.cxx
deleted file mode 100644
index e7497406c222..000000000000
--- a/editors/openoffice-1.0/files/patch-sysui+tools+lngconv+lngconv.cxx
+++ /dev/null
@@ -1,19 +0,0 @@
---- ../sysui/tools/lngconv/lngconv.cxx.orig Sat Jul 20 23:14:29 2002
-+++ ../sysui/tools/lngconv/lngconv.cxx Sat Jul 20 23:14:34 2002
-@@ -62,7 +62,7 @@
- #include <stdlib.h>
- #include <stdio.h>
-
--#if defined( LINUX ) || defined (SOLARIS)
-+#if defined(LINUX) || defined (SOLARIS) || defined (FREEBSD)
- #include <locale.h>
- #include <langinfo.h>
- #endif
-@@ -143,6 +143,7 @@
- { "iso8859-8", RTL_TEXTENCODING_ISO_8859_8 },
- { "iso8859-9", RTL_TEXTENCODING_ISO_8859_9 },
- { "koi8-r", RTL_TEXTENCODING_KOI8_R },
-+ { "koi8-u", RTL_TEXTENCODING_KOI8_U },
- { "pck", RTL_TEXTENCODING_MS_932 },
- #if (0)
- { "sun_eu_greek", RTL_TEXTENCODING_DONTKNOW },