diff options
author | Eike Rathke <erack@redhat.com> | 2013-11-05 19:42:04 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-11-05 19:50:30 +0100 |
commit | 289d4bf7e0631221a3b0b4a59e031069a608ab18 (patch) | |
tree | 32e7afea7ca3715097247d503ac4c521750380f7 /sc | |
parent | 56fbf9854634cf7e6195a2f1a0c91eaa7e2179e2 (diff) |
removed unused aStrRow member variable
Change-Id: Iaf722c7c59e1659a598180e3a5cbc3edde6157c4
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/filtdlg.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/dbgui/pfiltdlg.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/filtdlg.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/pfiltdlg.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx index 9c03d78dbdff..bfc9de8ccf4a 100644 --- a/sc/source/ui/dbgui/filtdlg.cxx +++ b/sc/source/ui/dbgui/filtdlg.cxx @@ -59,7 +59,6 @@ ScFilterDlg::ScFilterDlg(SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, , aStrNone(SC_RESSTR(SCSTR_NONE)) , aStrEmpty(SC_RESSTR(SCSTR_FILTER_EMPTY)) , aStrNotEmpty(SC_RESSTR(SCSTR_FILTER_NOTEMPTY)) - , aStrRow(SC_RESSTR(SCSTR_ROW)) , aStrColumn(SC_RESSTR(SCSTR_COLUMN)) , pOptionsMgr(NULL) , nWhichQuery(rArgSet.GetPool()->GetWhich(SID_QUERY)) diff --git a/sc/source/ui/dbgui/pfiltdlg.cxx b/sc/source/ui/dbgui/pfiltdlg.cxx index 94f36f348e01..23d0122de9d4 100644 --- a/sc/source/ui/dbgui/pfiltdlg.cxx +++ b/sc/source/ui/dbgui/pfiltdlg.cxx @@ -82,7 +82,6 @@ ScPivotFilterDlg::ScPivotFilterDlg( Window* pParent, aStrNone ( SC_RESSTR(SCSTR_NONE) ), aStrEmpty ( SC_RESSTR(SCSTR_FILTER_EMPTY) ), aStrNotEmpty ( SC_RESSTR(SCSTR_FILTER_NOTEMPTY) ), - aStrRow ( SC_RESSTR(SCSTR_ROW) ), aStrColumn ( SC_RESSTR(SCSTR_COLUMN) ), // nWhichQuery ( rArgSet.GetPool()->GetWhich( SID_QUERY ) ), diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx index c9a8928b02da..0f2d71a74dda 100644 --- a/sc/source/ui/inc/filtdlg.hxx +++ b/sc/source/ui/inc/filtdlg.hxx @@ -113,7 +113,6 @@ private: const OUString aStrEmpty; const OUString aStrNotEmpty; - const OUString aStrRow; const OUString aStrColumn; ScFilterOptionsMgr* pOptionsMgr; diff --git a/sc/source/ui/inc/pfiltdlg.hxx b/sc/source/ui/inc/pfiltdlg.hxx index ecc406e1438b..cf4ef4e27543 100644 --- a/sc/source/ui/inc/pfiltdlg.hxx +++ b/sc/source/ui/inc/pfiltdlg.hxx @@ -84,7 +84,6 @@ private: const OUString aStrNone; const OUString aStrEmpty; const OUString aStrNotEmpty; - const OUString aStrRow; const OUString aStrColumn; const sal_uInt16 nWhichQuery; |