diff options
author | Eike Rathke <erack@erack.de> | 2011-09-01 15:22:47 +0200 |
---|---|---|
committer | Eike Rathke <erack@erack.de> | 2011-09-01 15:22:47 +0200 |
commit | d9d6ee2e5efde1a9de080038b4be29ee5e9cd680 (patch) | |
tree | 71aa4358fdcb40e039639095fd7dc1829b633c0e /offapi/com/sun/star | |
parent | a78a6e013b8d97891aa2b9c9a5dce64a82dc2f06 (diff) |
adapt a few @since to reality, OOo -> LibreOffice
Diffstat (limited to 'offapi/com/sun/star')
-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; |