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