Kaydet (Commit) aaa1bc40 authored tarafından Eike Rathke's avatar Eike Rathke

resolved fdo#68437 append the bDetectSpecialNumber "true" string in options

Regression introduced with 465dbaec

Change-Id: I7c05c7f246dddd0271c421aa358068365d44fb98
üst 4c96fa78
......@@ -372,7 +372,7 @@ String ScAsciiOptions::WriteToString() const
// Language
OUString::number(eLang) + "," +
// Import quoted field as text.
OUString::boolean( bQuotedFieldAsText ) + ",";
OUString::boolean( bQuotedFieldAsText ) + "," +
// Detect special numbers.
OUString::boolean( bDetectSpecialNumber );
......
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