summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-01-19 20:56:11 +0100
committerEike Rathke <erack@redhat.com>2015-01-19 20:59:09 +0100
commit913f777c08ce3f089d3155ed77338c9be26abc90 (patch)
tree7e21afcd1858c65a43e8bc035be23a607d25e18d /sc
parent251737f0dd186b0f169f5ba237e1e8c28a320e00 (diff)
add a comment about string conversion configuration
Change-Id: I7d939088a433e07195935ac7b8350b0030eb29b2
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/interpr4.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index f695ea87278e..08f4dd52ab1b 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -206,6 +206,10 @@ bool isEmptyString( const OUString& rStr )
/** Convert string content to numeric value.
+ Depending on the string conversion configuration different approaches are
+ taken. For ScCalcConfig::STRING_CONVERSION_UNAMBIGUOUS if the string is not
+ empty the following conversion rules are applied:
+
Converted are only integer numbers including exponent, and ISO 8601 dates
and times in their extended formats with separators. Anything else,
especially fractional numeric values with decimal separators or dates other