diff options
author | Yossi Zahn <yossizahn@gmail.com> | 2016-12-12 11:42:31 +0000 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-12-13 18:23:58 +0000 |
commit | 08fb6d73f8c22d98ab806dd93f4afe3f78b4ff83 (patch) | |
tree | 518156beac3e96062787f677f55d5e8acc73cd48 /offapi/com | |
parent | a9a5b95de8cf0005476a375b0e4038283f03b818 (diff) |
tdf#66212 - Add Hebrew NATNUM1 to numbering-format menus.
Previously it was only accessible as "Native Numbering" and Locale option had to be set to Hebrew.
Still to implement: rtf/ooxml/.doc export/import
NATNUM2?
Change-Id: Ife9943a7d21e8f69c2761007dcefdf3e223fc261
Reviewed-on: https://gerrit.libreoffice.org/31901
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/style/NumberingType.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl index c5f75167197b..77b1a108e87b 100644 --- a/offapi/com/sun/star/style/NumberingType.idl +++ b/offapi/com/sun/star/style/NumberingType.idl @@ -434,6 +434,12 @@ published constants NumberingType */ const short CHARS_PERSIAN_WORD = 55; + /** Numbering in Hebrew numerals + + @since LibreOffice 5.4 + */ + const short NUMBER_HEBREW = 56; + }; |