diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/NumberingType.idl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl index dfba34508371..9ba5b3a6588b 100644 --- a/offapi/com/sun/star/style/NumberingType.idl +++ b/offapi/com/sun/star/style/NumberingType.idl @@ -471,6 +471,20 @@ published constants NumberingType */ const short CHARS_CYRILLIC_LOWER_LETTER_N_SR = 51; + //------------------------------------------------------------------------- + /** Numbering in Greek alphabet upper case letters + + @since OOo 3.3 + */ + const short CHARS_GREEK_UPPER_LETTER = 52; + + //------------------------------------------------------------------------- + /** Numbering in Greek alphabet lower case letters + + @since OOo 3.3 + */ + const short CHARS_GREEK_LOWER_LETTER = 53; + }; //============================================================================= |