diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-04 22:36:32 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-04 22:40:30 -0400 |
commit | 5f059974b7778904c4bffa169e07e1d0aee90951 (patch) | |
tree | dd1863cd39fbb8d1a850be11622622ebbd57b2b9 /sc/source/ui/view/gridwin.cxx | |
parent | a1675f6d7691d57df1c80537e1be257172aa9d49 (diff) |
Temporarily disabling the new autofilter popup due to a set-back.
Ugh! I need to refactor the query validation code first before working
on the new popup. I will
1) temporarily disable the new autofilter popup,
2) merge my changes so far to master, and
3) work on refactoring the query validation code without changing the
current functionality, then come back to working on the new popup.
Darn...
Diffstat (limited to 'sc/source/ui/view/gridwin.cxx')
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index dc7ff54ceb0e..8293b6f9a71d 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -585,6 +585,7 @@ void ScGridWindow::ExecPageFieldSelect( SCCOL nCol, SCROW nRow, sal_Bool bHasSel } } +#if USE_NEW_AUTOFILTER namespace { class PopupAction : public ScMenuFloatingWindow::Action @@ -700,6 +701,7 @@ void ScGridWindow::UpdateAutoFilterFromMenu() pViewData->GetView()->Query(aParam, NULL, true); pDBData->SetQueryParam(aParam); } +#endif void ScGridWindow::LaunchPageFieldMenu( SCCOL nCol, SCROW nRow ) { |