Kaydet (Commit) b1d60344 authored tarafından Eike Rathke's avatar Eike Rathke

Adapt documentation to reality

Change-Id: Ia773da1fb1c0af0855321ce88c488a5b86c7cf92
üst ba9833a1
...@@ -33,10 +33,14 @@ class SvNumberFormatter; ...@@ -33,10 +33,14 @@ class SvNumberFormatter;
*/ */
struct SAL_WARN_UNUSED SC_DLLPUBLIC ScSetStringParam struct SAL_WARN_UNUSED SC_DLLPUBLIC ScSetStringParam
{ {
/** Enum settings that take effect if mbDetectNumberFormat=false or if
true a number was not detected.
*/
enum TextFormatPolicy enum TextFormatPolicy
{ {
/** /**
* Set Text number format no matter what the input string is. * Set Text number format if the input string can be parsed as a number
* or formula text.
*/ */
Always, Always,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment