Adapt documentation to reality
Change-Id: Ia773da1fb1c0af0855321ce88c488a5b86c7cf92
This commit is contained in:
parent
ba9833a1d6
commit
b1d603444b
1 changed files with 5 additions and 1 deletions
|
@ -33,10 +33,14 @@ class SvNumberFormatter;
|
|||
*/
|
||||
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
|
||||
{
|
||||
/**
|
||||
* 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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue