diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 13:32:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 13:32:51 +0000 |
commit | d3436bae5b9dae41396d404a1c862557ee0b43f6 (patch) | |
tree | f6663000366cc63ba69090ef3ee87b4a629ede3d | |
parent | 2db61cfa7dbb431c43f6deecfd0ee0ccb1e553a1 (diff) |
INTEGRATION: CWS sb5 (1.7.76); FILE MERGED
2003/07/21 09:43:10 sb 1.7.76.2: RESYNC: (1.7-1.8); FILE MERGED
2003/06/16 10:16:10 sb 1.7.76.1: #98561# Clarified origin of these constants, and that this set will not be expanded.
-rw-r--r-- | offapi/com/sun/star/awt/CharSet.idl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/CharSet.idl b/offapi/com/sun/star/awt/CharSet.idl index 636231867fd9..c6b84c061651 100644 --- a/offapi/com/sun/star/awt/CharSet.idl +++ b/offapi/com/sun/star/awt/CharSet.idl @@ -2,9 +2,9 @@ * * $RCSfile: CharSet.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2003-06-27 08:44:39 $ + * last change: $Author: hr $ $Date: 2003-08-07 14:32:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,12 @@ /** These values are used to specify the characters which are available in a font and their codes. - <p>They may be expanded in future versions.</p> + <P>The currently defined constants of <CODE>CharSet</CODE> have the same + numerical values as the corresponding enum values of the C/C++ + <CODE>rtl_TextEncoding</CODE> (from <CODE>rtl/textenc.h</CODE>). This + correspondence is by design. Since <CODE>CharSet</CODE> is deprecated, + however, it is not planned to add further constants to keep it in sync with + <CODE>rtl_TextEncoding</CODE>.</P> @deprecated */ |