diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-08-29 23:02:07 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-08-29 23:02:07 -0400 |
commit | 3f848490c2e0e3bad28a7911431baa98d6b53972 (patch) | |
tree | 653e2ac5ccb8bf77541f5e9794e250b54ea82c87 /sc | |
parent | 44d6b727ad0df7905c6404d5d326fa2c863b159b (diff) |
Unused data member.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/sfiltdlg.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/filtdlg.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx index 6c3741c5523d..d4ea918ce3dd 100644 --- a/sc/source/ui/dbgui/sfiltdlg.cxx +++ b/sc/source/ui/dbgui/sfiltdlg.cxx @@ -90,7 +90,6 @@ ScSpecialFilterDlg::ScSpecialFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, Wi aFtDbArea ( this, ScResId( FT_DBAREA ) ), aStrUndefined ( ResId::toString(ScResId(SCSTR_UNDEFINED)) ), aStrNoName ( ScGlobal::GetRscString(STR_DB_NONAME) ), - aStrNone ( ResId::toString(ScResId(SCSTR_NONE)) ), aBtnOk ( this, ScResId( BTN_OK ) ), aBtnCancel ( this, ScResId( BTN_CANCEL ) ), aBtnHelp ( this, ScResId( BTN_HELP ) ), diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx index 681fbbc038af..48f595a0f3e0 100644 --- a/sc/source/ui/inc/filtdlg.hxx +++ b/sc/source/ui/inc/filtdlg.hxx @@ -204,7 +204,6 @@ private: FixedInfo aFtDbArea; const rtl::OUString aStrUndefined; const rtl::OUString aStrNoName; - const rtl::OUString aStrNone; OKButton aBtnOk; CancelButton aBtnCancel; |