summaryrefslogtreecommitdiff
path: root/include/editeng/svxenum.hxx
diff options
context:
space:
mode:
authorSuhail Alkowaileet <xsoh.k7@gmail.com>2017-12-25 17:38:23 +0300
committerEike Rathke <erack@redhat.com>2018-03-13 00:30:50 +0100
commit9aa70e2d0b72b37f6c090237b661d02c560aa79a (patch)
treea98681d19c4adc27d405d0df37984d554a4e016f /include/editeng/svxenum.hxx
parent8986f46072b0fa1b62f9c382b9979aed1bcef7cf (diff)
tdf#114622 Add Numbering in Arabic-Indic numerals
Fix all comments Change-Id: Ib11662de5cac3b073114ab4425e8f45a0c04c8c8 Reviewed-on: https://gerrit.libreoffice.org/47058 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/editeng/svxenum.hxx')
-rw-r--r--include/editeng/svxenum.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/editeng/svxenum.hxx b/include/editeng/svxenum.hxx
index a2f844e9bdbe..b756aef96481 100644
--- a/include/editeng/svxenum.hxx
+++ b/include/editeng/svxenum.hxx
@@ -198,7 +198,10 @@ enum SvxNumType : sal_Int16
SVX_NUM_CHARS_GREEK_LOWER_LETTER = css::style::NumberingType::CHARS_GREEK_LOWER_LETTER,
SVX_NUM_CHARS_ARABIC_ABJAD = css::style::NumberingType::CHARS_ARABIC_ABJAD,
SVX_NUM_CHARS_PERSIAN_WORD = css::style::NumberingType::CHARS_PERSIAN_WORD,
- SVX_NUM_NUMBER_HEBREW = css::style::NumberingType::NUMBER_HEBREW
+ SVX_NUM_NUMBER_HEBREW = css::style::NumberingType::NUMBER_HEBREW,
+ SVX_NUM_NUMBER_ARABIC_INDIC = css::style::NumberingType::NUMBER_ARABIC_INDIC,
+ SVX_NUM_NUMBER_EAST_ARABIC_INDIC = css::style::NumberingType::NUMBER_EAST_ARABIC_INDIC,
+ SVX_NUM_NUMBER_INDIC_DEVANAGARI = css::style::NumberingType::NUMBER_INDIC_DEVANAGARI
};
#endif