diff options
Diffstat (limited to 'editors/openoffice.org-1.0/files/patch-sal::textenc::tencinfo.c')
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-sal::textenc::tencinfo.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-sal::textenc::tencinfo.c b/editors/openoffice.org-1.0/files/patch-sal::textenc::tencinfo.c deleted file mode 100644 index 7cf80c18d0a0..000000000000 --- a/editors/openoffice.org-1.0/files/patch-sal::textenc::tencinfo.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ../sal/textenc/tencinfo.c.orig Wed Jul 31 11:44:35 2002 -+++ ../sal/textenc/tencinfo.c Wed Jul 31 11:45:47 2002 -@@ -695,6 +695,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 }, |