aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/patch-sw+source+filter+basflt+fltini.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.0/files/patch-sw+source+filter+basflt+fltini.cxx')
-rw-r--r--editors/openoffice.org-1.0/files/patch-sw+source+filter+basflt+fltini.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-sw+source+filter+basflt+fltini.cxx b/editors/openoffice.org-1.0/files/patch-sw+source+filter+basflt+fltini.cxx
deleted file mode 100644
index c3ed62994322..000000000000
--- a/editors/openoffice.org-1.0/files/patch-sw+source+filter+basflt+fltini.cxx
+++ /dev/null
@@ -1,22 +0,0 @@
---- sw/source/filter/basflt/fltini.cxx.orig Mon Feb 24 17:46:43 2003
-+++ sw/source/filter/basflt/fltini.cxx Tue Feb 25 16:59:03 2003
-@@ -1007,7 +1007,8 @@
- sToken081[] = "JIS_X_212",
- sToken082[] = "MS_1361",
- sToken083[] = "GB_18030",
-- sToken084[] = "UNICODE_2"
-+ sToken084[] = "KOI8_U",
-+ sToken085[] = "UNICODE_2"
- ;
- struct _Dummy_MAP
- {
-@@ -1099,7 +1100,8 @@
- RTL_TEXTENCODING_JIS_X_0212, sToken081,
- RTL_TEXTENCODING_MS_1361, sToken082,
- RTL_TEXTENCODING_GB_18030, sToken083,
-- RTL_TEXTENCODING_UCS2, sToken084
-+ RTL_TEXTENCODING_KOI8_U, sToken084,
-+ RTL_TEXTENCODING_UCS2, sToken085
- };
-
- BOOL bFnd = FALSE;