summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/style/NumberingType.idl10
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;
};
//=============================================================================