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/source/ui/dbgui/pfiltdlg.cxx | |
parent | 56fbf9854634cf7e6195a2f1a0c91eaa7e2179e2 (diff) |
removed unused aStrRow member variable
Change-Id: Iaf722c7c59e1659a598180e3a5cbc3edde6157c4
Diffstat (limited to 'sc/source/ui/dbgui/pfiltdlg.cxx')
-rw-r--r-- | sc/source/ui/dbgui/pfiltdlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) ), |