From b1d603444b0229a3b710e27308b32d3484fb5e9e Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 21 Nov 2017 15:55:59 +0100 Subject: [PATCH] Adapt documentation to reality Change-Id: Ia773da1fb1c0af0855321ce88c488a5b86c7cf92 --- sc/inc/stringutil.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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,