diff options
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). |