summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2020-08-02 10:41:25 +0200
committerLászló Németh <nemeth@numbertext.org>2020-08-09 12:37:13 +0200
commitf4ca7ea13102dfbc0a62e925b6fe4dbe6fd0bf99 (patch)
tree42436fce18ae269ab1af801fc94aa5324e7b804b /offapi
parentacfd9e9ca2dfd76536c072e21c65cb3efc6aac80 (diff)
tdf#135573 sw: add Székely rovás (Old Hungarian) numerals
Change-Id: Ic309fc9b07186ce0b86ca54028d62e0fafd104fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99950 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/style/NumberingType.idl6
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 230103695bda..fd19e087f7b9 100644
--- a/offapi/com/sun/star/style/NumberingType.idl
+++ b/offapi/com/sun/star/style/NumberingType.idl
@@ -520,6 +520,12 @@ published constants NumberingType
@since LibreOffice 7.0
*/
const short ARABIC_ZERO5 = 67;
+
+ /** Numbering is in Szekely rovas (Old Hungarian) numerals
+
+ @since LibreOffice 7.1
+ */
+ const short SZEKELY_ROVAS = 68;
};