diff options
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/style/NumberingType.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl index da9a9865b6dc..39bbf2cbd075 100644 --- a/offapi/com/sun/star/style/NumberingType.idl +++ b/offapi/com/sun/star/style/NumberingType.idl @@ -485,6 +485,14 @@ published constants NumberingType */ const short CHARS_GREEK_LOWER_LETTER = 53; + + //------------------------------------------------------------------------- + /** Numbering in Arabic alphabet using abjad sequence + + @since OOo 3.5 + */ + const short CHARS_ARABIC_ABJAD = 54; + }; //============================================================================= |