Kaydet (Commit) 5b985dcf authored tarafından Laurent Balland-Poirier's avatar Laurent Balland-Poirier Kaydeden (comit) Eike Rathke

fdo#47674 Save setting for Import Ascii Text Dlg

Caption of Dlg is missing Filename for import of CSV

Change-Id: Ia7202229e012008d1dd4ec6f7df0457d19e92a6c
üst 18ac29d5
...@@ -303,14 +303,13 @@ ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,String aDatName, ...@@ -303,14 +303,13 @@ ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,String aDatName,
String aName = GetText(); String aName = GetText();
switch (meCall) switch (meCall)
{ {
case SC_TEXTTOCOLUMNS:
SetText( maStrTextToColumns );
break;
case SC_IMPORTFILE: case SC_IMPORTFILE:
aName.AppendAscii(RTL_CONSTASCII_STRINGPARAM(" - [")); aName.AppendAscii(RTL_CONSTASCII_STRINGPARAM(" - ["));
aName += aDatName; aName += aDatName;
aName += ']'; aName += ']';
break;
case SC_TEXTTOCOLUMNS:
SetText( maStrTextToColumns );
break;
default: default:
SetText( aName ); SetText( aName );
} }
......
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