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

removed unused member variable

üst 0e355da5
...@@ -248,7 +248,6 @@ ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,String aDatName, ...@@ -248,7 +248,6 @@ ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,String aDatName,
aCharSetUser( ScResId( SCSTR_CHARSET_USER ) ), aCharSetUser( ScResId( SCSTR_CHARSET_USER ) ),
aColumnUser ( ScResId( SCSTR_COLUMN_USER ) ), aColumnUser ( ScResId( SCSTR_COLUMN_USER ) ),
aFldSepList ( ScResId( SCSTR_FIELDSEP ) ),
aTextSepList( ScResId( SCSTR_TEXTSEP ) ), aTextSepList( ScResId( SCSTR_TEXTSEP ) ),
mcTextSep ( ScAsciiOptions::cDefaultTextSep ), mcTextSep ( ScAsciiOptions::cDefaultTextSep ),
maStrTextToColumns( ScResId( STR_TEXTTOCOLUMNS ) ), maStrTextToColumns( ScResId( STR_TEXTTOCOLUMNS ) ),
......
...@@ -87,7 +87,6 @@ class ScImportAsciiDlg : public ModalDialog ...@@ -87,7 +87,6 @@ class ScImportAsciiDlg : public ModalDialog
String aCharSetUser; String aCharSetUser;
String aColumnUser; String aColumnUser;
String aFldSepList;
String aTextSepList; String aTextSepList;
String maFieldSeparators; // selected field separators String maFieldSeparators; // selected field separators
sal_Unicode mcTextSep; sal_Unicode mcTextSep;
......
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