diff options
-rw-r--r-- | offapi/com/sun/star/style/NumberingType.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl index 0c31f261ce39..571b30401943 100644 --- a/offapi/com/sun/star/style/NumberingType.idl +++ b/offapi/com/sun/star/style/NumberingType.idl @@ -474,14 +474,14 @@ published constants NumberingType //------------------------------------------------------------------------- /** Numbering in Greek alphabet upper case letters - @since OOo 3.3 + @since LibreOffice 3.3 */ const short CHARS_GREEK_UPPER_LETTER = 52; //------------------------------------------------------------------------- /** Numbering in Greek alphabet lower case letters - @since OOo 3.3 + @since LibreOffice 3.3 */ const short CHARS_GREEK_LOWER_LETTER = 53; @@ -489,14 +489,14 @@ published constants NumberingType //------------------------------------------------------------------------- /** Numbering in Arabic alphabet using abjad sequence - @since OOo 3.5 + @since LibreOffice 3.5 */ const short CHARS_ARABIC_ABJAD = 54; //------------------------------------------------------------------------- /** Numbering in Persian words - @since OOo 3.5 + @since LibreOffice 3.5 */ const short CHARS_PERSIAN_WORD = 55; |