diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-06-17 23:04:14 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-06-17 23:09:29 +0300 |
commit | ace2106744a486af4ee8ff90b4b084553bf016ac (patch) | |
tree | 8d5dd1c928e5293a504d021b0a384a278ff4b14a /svl | |
parent | 50e6713e40cd239f7e568f00ad7adf44bda3453f (diff) |
Return accidentally removed field
The eNewLnge field (eek what an awful name...) was accidentally
dropped in 55343abdef77793ea1559408fb565a6241f1dadd.
Change-Id: If2d4b2ca785170c4806e64ffd62a8c436499ae30
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforscan.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/numbers/zforscan.hxx b/svl/source/numbers/zforscan.hxx index baf322e25db4..341fc219d3bf 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). |