diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 10:57:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 10:57:33 +0000 |
commit | 295ebe2394a8e2818e917b8929fee4f84346ef24 (patch) | |
tree | c0a91a49a32f536fdbaf1efe9998f799a2674ca5 /offapi/com | |
parent | 1a1e475b0505ccd542f9abebb6be7abec2886b3c (diff) |
INTEGRATION: CWS i18n25 (1.13.64); FILE MERGED
2006/03/22 00:25:00 khong 1.13.64.1: i53385 Adding support for Tibetan numbering
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/style/NumberingType.idl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl index 8888b5d03061..42955421b058 100644 --- a/offapi/com/sun/star/style/NumberingType.idl +++ b/offapi/com/sun/star/style/NumberingType.idl @@ -4,9 +4,9 @@ * * $RCSfile: NumberingType.idl,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2005-11-01 14:48:08 $ + * last change: $Author: hr $ $Date: 2006-04-20 11:57:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -248,6 +248,12 @@ published constants NumberingType @since OOo 2.0.1 */ const short CHARS_LAO = 36; + //------------------------------------------------------------------------- + /** Numbering in Tibetan/Dzongkha alphabet letters + + @since OOo 2.0.3 + */ + const short CHARS_TIBETAN = 37; }; //============================================================================= |