summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-sal+textenc+tencinfo.c
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-12-08 13:57:34 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-12-08 13:57:34 +0000
commit68a46b37ab8c3559e09d1eb753c01278a19d4cf9 (patch)
tree8d5a4f6fef466d0c30afd9a8f22ed72e709e1c2e /editors/openoffice.org-3/files/patch-sal+textenc+tencinfo.c
parentUpdated to 0.17 (diff)
first remove patches. raize IssueZilla as far as possible
Diffstat (limited to 'editors/openoffice.org-3/files/patch-sal+textenc+tencinfo.c')
-rw-r--r--editors/openoffice.org-3/files/patch-sal+textenc+tencinfo.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/openoffice.org-3/files/patch-sal+textenc+tencinfo.c b/editors/openoffice.org-3/files/patch-sal+textenc+tencinfo.c
deleted file mode 100644
index 69355f97a5e2..000000000000
--- a/editors/openoffice.org-3/files/patch-sal+textenc+tencinfo.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ../sal/textenc/tencinfo.c.orig Fri Apr 11 16:25:01 2003
-+++ ../sal/textenc/tencinfo.c Sat May 31 23:33:43 2003
-@@ -668,6 +668,10 @@
- /* characters. The function search for the first equal string in */
- /* the table. In this table are only the most used mime types. */
- /* Sort order: important */
-+
-+ if (pMimeCharset == NULL)
-+ pMimeCharset = "usascii";
-+
- static ImplStrCharsetDef const aVIPMimeCharsetTab[] =
- {
- { "usascii", RTL_TEXTENCODING_ASCII_US },