[Libreoffice-commits] core.git: sc/source

Eike Rathke erack at redhat.com
Mon Jan 19 11:59:58 PST 2015


 sc/source/core/tool/interpr4.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 913f777c08ce3f089d3155ed77338c9be26abc90
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Jan 19 20:56:11 2015 +0100

    add a comment about string conversion configuration
    
    Change-Id: I7d939088a433e07195935ac7b8350b0030eb29b2

diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index f695ea8..08f4dd5 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


More information about the Libreoffice-commits mailing list