diff options
author | Philipp Lohmann <pl@openoffice.org> | 2001-05-11 13:44:41 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2001-05-11 13:44:41 +0000 |
commit | fcfb3b34e89011b1ac223de0bb4098dfa9476e22 (patch) | |
tree | e182f1f2e4d98af9298daf089a2d59fe2e7ecc41 /sal/textenc/tencinfo.c | |
parent | 47beeac397ccd71d35e0a91f90859138dd508598 (diff) |
need rtl_getBestUnixCharsetFromTextEncoding
Diffstat (limited to 'sal/textenc/tencinfo.c')
-rw-r--r-- | sal/textenc/tencinfo.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/textenc/tencinfo.c b/sal/textenc/tencinfo.c index e7db1a1ca44d..170a1a1412ec 100644 --- a/sal/textenc/tencinfo.c +++ b/sal/textenc/tencinfo.c @@ -2,9 +2,9 @@ * * $RCSfile: tencinfo.c,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: th $ $Date: 2001-05-09 12:56:53 $ + * last change: $Author: pl $ $Date: 2001-05-11 14:44:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -974,7 +974,7 @@ sal_uInt32 SAL_CALL rtl_getBestMacTextEncodingFromTextEncoding( rtl_TextEncoding } */ /* ----------------------------------------------------------------------- */ -/* + const sal_Char* SAL_CALL rtl_getBestUnixCharsetFromTextEncoding( rtl_TextEncoding eTextEncoding ) { const ImplTextEncodingData* pData = Impl_getTextEncodingData( eTextEncoding ); @@ -985,7 +985,7 @@ const sal_Char* SAL_CALL rtl_getBestUnixCharsetFromTextEncoding( rtl_TextEncodin else return 0; } -*/ + /* ----------------------------------------------------------------------- */ const sal_Char* SAL_CALL rtl_getBestMimeCharsetFromTextEncoding( rtl_TextEncoding eTextEncoding ) |