aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/patch-sal+textenc+textenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.0/files/patch-sal+textenc+textenc.c')
-rw-r--r--editors/openoffice.org-1.0/files/patch-sal+textenc+textenc.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-sal+textenc+textenc.c b/editors/openoffice.org-1.0/files/patch-sal+textenc+textenc.c
deleted file mode 100644
index 1e822ae076ce..000000000000
--- a/editors/openoffice.org-1.0/files/patch-sal+textenc+textenc.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- ../sal/textenc/textenc.c.orig Mon Feb 24 17:46:29 2003
-+++ ../sal/textenc/textenc.c Tue Feb 25 16:51:28 2003
-@@ -254,7 +254,8 @@
- &aImplJISX0212TextEncodingData, /* JIS_X_0212 */
- &aImplMS1361TextEncodingData, /* MS_1361 */
- &aImplGb18030TextEncodingData, /* GB_18030 */
-- &aImplBig5HkscsTextEncodingData }; /* BIG5_HKSCS */
-+ &aImplBig5HkscsTextEncodingData, /* BIG5_HKSCS */
-+ &aImplKOI8UTextEncodingData }; /* KOI8_U */
- OSL_ENSURE(nEncoding >= RTL_TEXTENCODING_DONTKNOW
- && nEncoding <= RTL_TEXTENCODING_UNICODE,
- "specification violation");