summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:38:21 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:38:21 +0000
commit2216e4a388ba5b79e3950b551d44f6455388d628 (patch)
tree23879e5c70834ab581b93a8b5e72d1963acee24e /sal
parent89a95f4706ed04ce1150453a1030fa88294cf072 (diff)
INTEGRATION: CWS sb17 (1.12.78); FILE MERGED
2004/04/05 15:31:05 sb 1.12.78.1: #i25672# Added RTL_TEXTENCODING_ADOBE_STANDARD/SYMBOL.
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/rtl/textenc.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/sal/inc/rtl/textenc.h b/sal/inc/rtl/textenc.h
index d8d074334c6a..8e47f2963a7b 100644
--- a/sal/inc/rtl/textenc.h
+++ b/sal/inc/rtl/textenc.h
@@ -2,9 +2,9 @@
*
* $RCSfile: textenc.h,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2003-08-07 14:56:23 $
+ * last change: $Author: rt $ $Date: 2004-06-17 11:38:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,8 +177,10 @@ typedef sal_uInt16 rtl_TextEncoding;
#define RTL_TEXTENCODING_KOI8_U (RTL_TEXTENC_CAST( 88 ))
#define RTL_TEXTENCODING_ISCII_DEVANAGARI (RTL_TEXTENC_CAST( 89 ))
#define RTL_TEXTENCODING_JAVA_UTF8 (RTL_TEXTENC_CAST( 90 ))
+#define RTL_TEXTENCODING_ADOBE_STANDARD (RTL_TEXTENC_CAST( 91 ))
+#define RTL_TEXTENCODING_ADOBE_SYMBOL (RTL_TEXTENC_CAST( 92 ))
/* ATTENTION! Whenever some encoding is added here, make sure to update
- * rtl_isOctetEncoding in tencinfo.c.
+ * rtl_isOctetTextEncoding in tencinfo.c.
*/
#define RTL_TEXTENCODING_USER_START (RTL_TEXTENC_CAST( 0x8000 ))