summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorCor Nouws <oolst@nouenoff.nl>2012-06-10 22:01:29 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-15 15:13:16 +0200
commit6799962a4be3e704c82869b4c7415adebcad6a02 (patch)
tree544431bd05cac235d05b0f62738a7ba775b2f9ab /sc
parentAdding an accelerator in Calc autofilter (diff)
downloadcore-6799962a4be3e704c82869b4c7415adebcad6a02.tar.gz
core-6799962a4be3e704c82869b4c7415adebcad6a02.zip
Remove unused argument
Change-Id: Id646516a71800fbc0fe82595b51f4468f12954d3
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/gridwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 40e8f383809d..12168f8446c6 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -1228,7 +1228,7 @@ void ScGridWindow::LaunchDataSelectMenu( SCCOL nCol, SCROW nRow, bool bDataSelec
long nMaxText = 0;
// default entries
- static const sal_uInt16 nDefIDs[] = { SCSTR_ALLFILTER, SCSTR_TOP10FILTER, SCSTR_STDFILTER, SCSTR_FILTER_EMPTY, SCSTR_FILTER_NOTEMPTY };
+ static const sal_uInt16 nDefIDs[] = { SCSTR_TOP10FILTER, SCSTR_STDFILTER, SCSTR_FILTER_EMPTY, SCSTR_FILTER_NOTEMPTY };
const size_t nDefCount = SAL_N_ELEMENTS(nDefIDs);
for (i=0; i<nDefCount; i++)
{