https://bugs.documentfoundation.org/show_bug.cgi?id=166477
Olivier Hallot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Blocks| |80430 Ever confirmed|0 |1 --- Comment #2 from Olivier Hallot <[email protected]> --- relevant pointers: https://bugs.documentfoundation.org/show_bug.cgi?id=102235 tdf@tdf:~/git/core (master)$ git grep -n NUMERALS_CONTEXT compilerplugins/clang/unusedenumconstants.readonly.results:722: enum SvtCTLOptions::TextNumerals NUMERALS_CONTEXT include/svl/ctloptions.hxx:69: NUMERALS_CONTEXT sw/source/core/text/inftxt.cxx:1705: // cannot cache for NUMERALS_CONTEXT because we need to know the string sw/source/core/text/inftxt.cxx:1707: if (nTextNumerals != SvtCTLOptions::NUMERALS_CONTEXT) By reading the C++ code it seems that "Context" means "none of the choice above", being the document default numeral setting. Need confirmation on this assumption. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=80430 [Bug 80430] [META] Documentation gap for new features -- You are receiving this mail because: You are the assignee for the bug.
