diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 07:29:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 07:29:42 +0000 |
commit | 94fb4ae00ea8d58bac3cf81adfa211b7eeb3af43 (patch) | |
tree | dda2614d9e7715c78b89722bb6be6e5ee5541114 /sal | |
parent | 4e690b6129651b539b95d58652387ac1c8860ecf (diff) |
INTEGRATION: CWS sb52 (1.28.86); FILE MERGED
2006/05/04 08:07:33 rt 1.28.86.1: #i61507# SB: fixed typo introduced when fixing issue 31230.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/textenc/tencinfo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/textenc/tencinfo.c b/sal/textenc/tencinfo.c index 2584f7c39a3d..921fc8d29738 100644 --- a/sal/textenc/tencinfo.c +++ b/sal/textenc/tencinfo.c @@ -4,9 +4,9 @@ * * $RCSfile: tencinfo.c,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:46:01 $ + * last change: $Author: rt $ $Date: 2006-05-04 08:29:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -548,7 +548,7 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const sal_Char* pU { "0", RTL_TEXTENCODING_TIS_620 }, { "2529", RTL_TEXTENCODING_TIS_620 }, { "2533", RTL_TEXTENCODING_TIS_620 }, - { NULL, RTL_TEXTENCODING_TIS_620 } + { NULL, RTL_TEXTENCODING_DONTKNOW } }; static ImplStrCharsetDef const aUnixCharsetTIS6202529Tab[] = { |