https://bugs.documentfoundation.org/show_bug.cgi?id=147473
--- Comment #3 from Heiko Tietze <[email protected]> --- The number types are defined in i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx at Supported_NumberingType[] with an id in offapi/com/sun/start/style/NumberingType.idl. For example "const short ARABIC_ZERO = 64"; Add these to the RID_SVXSTRARY_NUMBERINGTYPE[] for "localization" and proper sorting. Take care of the id! Could be: { /* SVX_NUM_ARABICZERO */ NC_("RID_SVXSTRARY_NUMBERINGTYPE", "Arabic 01,02,03..."), 64 }, -- You are receiving this mail because: You are the assignee for the bug.
