diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-10-04 12:37:07 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-10-04 12:37:07 +0000 |
commit | 1853a26593988325ad5d8969d5d2eedc950ef48f (patch) | |
tree | 5151f52428ff80d09df4fdc894bd05ee7dd27b75 /sal/textenc/tcvtjp6.tab | |
parent | 762f2cf5d8c4c4db1938185a0fdff7989542db82 (diff) |
#102179# Removed unused ImplTextEncodingData.meTextEncoding.
Diffstat (limited to 'sal/textenc/tcvtjp6.tab')
-rw-r--r-- | sal/textenc/tcvtjp6.tab | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sal/textenc/tcvtjp6.tab b/sal/textenc/tcvtjp6.tab index f03e8516ca63..616caf524eb3 100644 --- a/sal/textenc/tcvtjp6.tab +++ b/sal/textenc/tcvtjp6.tab @@ -2,9 +2,9 @@ * * $RCSfile: tcvtjp6.tab,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: sb $ $Date: 2001-10-12 10:44:53 $ + * last change: $Author: sb $ $Date: 2002-10-04 13:37:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -626,7 +626,6 @@ static ImplTextEncodingData const aImplSJISTextEncodingData NULL, NULL, NULL }, - RTL_TEXTENCODING_SHIFT_JIS, 1, 2, 2, @@ -1185,7 +1184,6 @@ static ImplTextEncodingData const aImplMS932TextEncodingData NULL, NULL, NULL }, - RTL_TEXTENCODING_MS_932, 1, 2, 2, @@ -1742,7 +1740,6 @@ static ImplTextEncodingData const aImplAPPLEJAPANESETextEncodingData NULL, NULL, NULL }, - RTL_TEXTENCODING_APPLE_JAPANESE, 1, 2, 2, @@ -2566,7 +2563,6 @@ static ImplTextEncodingData const aImplEUCJPTextEncodingData NULL, NULL, NULL }, - RTL_TEXTENCODING_EUC_JP, 1, 3, 2, @@ -2621,7 +2617,6 @@ static ImplTextEncodingData const aImplJISX0201TextEncodingData NULL, NULL, NULL }, - RTL_TEXTENCODING_JIS_X_0201, 1, 1, 1, @@ -2654,7 +2649,6 @@ static ImplTextEncodingData const aImplJISX0208TextEncodingData NULL, NULL, NULL }, - RTL_TEXTENCODING_JIS_X_0208, 2, 2, 2, @@ -2687,7 +2681,6 @@ static ImplTextEncodingData const aImplJISX0212TextEncodingData NULL, NULL, NULL }, - RTL_TEXTENCODING_JIS_X_0212, 2, 2, 2, |