Kaydet (Commit) a783c7ce authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#67947 charsets not sorted in csv dialog

regression since 538ba011

Change-Id: I260819681dfd47435d8edf5fd97c873238c5d808
üst d2c3297e
...@@ -252,8 +252,10 @@ ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,String aDatName, ...@@ -252,8 +252,10 @@ ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,String aDatName,
{ {
get(pFtCharSet, "textcharset"); get(pFtCharSet, "textcharset");
get(pLbCharSet, "charset"); get(pLbCharSet, "charset");
pLbCharSet->SetStyle(pLbCharSet->GetStyle() | WB_SORT);
get(pFtCustomLang, "textlanguage"); get(pFtCustomLang, "textlanguage");
get(pLbCustomLang, "language"); get(pLbCustomLang, "language");
pLbCustomLang->SetStyle(pLbCustomLang->GetStyle() | WB_SORT);
get(pFtRow, "textfromrow"); get(pFtRow, "textfromrow");
get(pNfRow, "fromrow"); get(pNfRow, "fromrow");
get(pRbFixed, "tofixedwidth"); get(pRbFixed, "tofixedwidth");
......
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