Kaydet (Commit) ace21067 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Return accidentally removed field

The eNewLnge field (eek what an awful name...) was accidentally
dropped in 55343abd.

Change-Id: If2d4b2ca785170c4806e64ffd62a8c436499ae30
üst 50e6713e
...@@ -181,9 +181,9 @@ private: // Private section ...@@ -181,9 +181,9 @@ private: // Private section
OUString sErrStr; // String for error output OUString sErrStr; // String for error output
bool bConvertMode; // Set in the convert mode 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 eNewLnge; // Language/country which the scanned string is converted to (for Excel filter)
LanguageType eTmpLnge; 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 bool bConvertSystemToSystem; // Whether the conversion is from one system locale to another system locale
// (in this case the automatic currency symbol is converted too). // (in this case the automatic currency symbol is converted too).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment