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

Tor Lillqvist tml at iki.fi
Mon Jun 17 13:10:00 PDT 2013


 svl/source/numbers/zforscan.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ace2106744a486af4ee8ff90b4b084553bf016ac
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Jun 17 23:04:14 2013 +0300

    Return accidentally removed field
    
    The eNewLnge field (eek what an awful name...) was accidentally
    dropped in 55343abdef77793ea1559408fb565a6241f1dadd.
    
    Change-Id: If2d4b2ca785170c4806e64ffd62a8c436499ae30

diff --git a/svl/source/numbers/zforscan.hxx b/svl/source/numbers/zforscan.hxx
index baf322e..341fc21 100644
--- a/svl/source/numbers/zforscan.hxx
+++ b/svl/source/numbers/zforscan.hxx
@@ -181,9 +181,9 @@ private: // Private section
     OUString sErrStr;                           // String for error output
 
     bool bConvertMode;                          // Set in the convert mode
-                                                // Language/country which the scanned string is converted to (for Excel filter)
-                                                // Language/country which the scanned string is converted from (for Excel filter)
-    LanguageType eTmpLnge;
+
+    LanguageType eNewLnge;                      // Language/country which the scanned string is converted to (for Excel filter)
+    LanguageType eTmpLnge;                      // Language/country which the scanned string is converted from (for Excel filter)
 
     bool bConvertSystemToSystem;                // Whether the conversion is from one system locale to another system locale
                                                 // (in this case the automatic currency symbol is converted too).


More information about the Libreoffice-commits mailing list