Kaydet (Commit) 3f848490 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Unused data member.

üst 44d6b727
...@@ -90,7 +90,6 @@ ScSpecialFilterDlg::ScSpecialFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, Wi ...@@ -90,7 +90,6 @@ ScSpecialFilterDlg::ScSpecialFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, Wi
aFtDbArea ( this, ScResId( FT_DBAREA ) ), aFtDbArea ( this, ScResId( FT_DBAREA ) ),
aStrUndefined ( ResId::toString(ScResId(SCSTR_UNDEFINED)) ), aStrUndefined ( ResId::toString(ScResId(SCSTR_UNDEFINED)) ),
aStrNoName ( ScGlobal::GetRscString(STR_DB_NONAME) ), aStrNoName ( ScGlobal::GetRscString(STR_DB_NONAME) ),
aStrNone ( ResId::toString(ScResId(SCSTR_NONE)) ),
aBtnOk ( this, ScResId( BTN_OK ) ), aBtnOk ( this, ScResId( BTN_OK ) ),
aBtnCancel ( this, ScResId( BTN_CANCEL ) ), aBtnCancel ( this, ScResId( BTN_CANCEL ) ),
aBtnHelp ( this, ScResId( BTN_HELP ) ), aBtnHelp ( this, ScResId( BTN_HELP ) ),
......
...@@ -204,7 +204,6 @@ private: ...@@ -204,7 +204,6 @@ private:
FixedInfo aFtDbArea; FixedInfo aFtDbArea;
const rtl::OUString aStrUndefined; const rtl::OUString aStrUndefined;
const rtl::OUString aStrNoName; const rtl::OUString aStrNoName;
const rtl::OUString aStrNone;
OKButton aBtnOk; OKButton aBtnOk;
CancelButton aBtnCancel; CancelButton aBtnCancel;
......
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