summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-06-17 23:04:14 +0300
committerTor Lillqvist <tml@iki.fi>2013-06-17 23:09:29 +0300
commitace2106744a486af4ee8ff90b4b084553bf016ac (patch)
tree8d5dd1c928e5293a504d021b0a384a278ff4b14a /svl
parent50e6713e40cd239f7e568f00ad7adf44bda3453f (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.hxx6
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).