sc/inc/stringutil.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
New commits: commit b1d603444b0229a3b710e27308b32d3484fb5e9e Author: Eike Rathke <[email protected]> Date: Tue Nov 21 15:55:59 2017 +0100 Adapt documentation to reality Change-Id: Ia773da1fb1c0af0855321ce88c488a5b86c7cf92 diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx index e44bdcc84e39..005a99713f2f 100644 --- a/sc/inc/stringutil.hxx +++ b/sc/inc/stringutil.hxx @@ -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, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
