summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-09 15:32:12 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-09 15:32:12 +0000
commit4dd635d33b9117ea11020413a4df4d016603a176 (patch)
tree8e17cf6abc7fff126fb116390e06c214015abccf /offapi/com/sun/star/style
parent343e583c9ca1784ca0afe2baf660753881362f47 (diff)
INTEGRATION: CWS toolbars2 (1.10.70); FILE MERGED
2004/08/19 12:30:11 mi 1.10.70.1: #i33199# @since with version number instead of issue id
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/NumberingType.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl
index 8cc00b8e60b8..c3488cb021ec 100644
--- a/offapi/com/sun/star/style/NumberingType.idl
+++ b/offapi/com/sun/star/style/NumberingType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NumberingType.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 23:24:24 $
+ * last change: $Author: obo $ $Date: 2004-09-09 16:32:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -236,21 +236,21 @@ published constants NumberingType
//-------------------------------------------------------------------------
/** Numbering in Arabic alphabet letters
- @since #107627#
+ @since OOo 1.1.2
*/
const short CHARS_ARABIC = 31;
//-------------------------------------------------------------------------
/** Numbering in Thai alphabet letters
- @since #107627#
+ @since OOo 1.1.2
*/
const short CHARS_THAI = 32;
//-------------------------------------------------------------------------
/** Numbering in Hebrew alphabet letters
- @since #i17516#
+ @since OOo 2.0.0
*/
const short CHARS_HEBREW = 33;
};