diff options
author | Cor Nouws <oolst@nouenoff.nl> | 2012-06-10 22:01:29 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-06-15 15:13:16 +0200 |
commit | 6799962a4be3e704c82869b4c7415adebcad6a02 (patch) | |
tree | 544431bd05cac235d05b0f62738a7ba775b2f9ab /sc | |
parent | 16e2c3b9075e050e80d2c628b34a0245e970bfeb (diff) |
Remove unused argument
Change-Id: Id646516a71800fbc0fe82595b51f4468f12954d3
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 2 |
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++) { |