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

fdo#33088 better CSV import default separators

üst 61af0e1c
......@@ -1098,7 +1098,7 @@
<desc>List of Separators - as a String</desc>
<label>Separators</label>
</info>
<value>; </value>
<value>,;&#9;</value>
</prop>
<prop oor:name="TextSeparators" oor:type="xs:string" oor:nillable="false">
<info>
......
......@@ -268,7 +268,7 @@ ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,String aDatName,
SetText( aName );
// Default options
OUString sFieldSeparators(RTL_CONSTASCII_USTRINGPARAM("\t"));
OUString sFieldSeparators(RTL_CONSTASCII_USTRINGPARAM(",;\t"));
OUString sTextSeparators(mcTextSep);
bool bMergeDelimiters = false;
bool bFixedWidth = false;
......
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