diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-18 14:11:38 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-18 14:13:25 -0500 |
commit | e046efdbb55329e97cddbd6fd7d6ec5c92bdf2c8 (patch) | |
tree | b45faea857a7fd154eb18a3436abaae0715578b5 /sc/source/ui/view/gridwin2.cxx | |
parent | bf034403ac8c98c9ebbe5ae59042502ab7c330d7 (diff) |
Removing the switch. Now we use the new autofilter popup for good.
Diffstat (limited to 'sc/source/ui/view/gridwin2.cxx')
-rw-r--r-- | sc/source/ui/view/gridwin2.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/view/gridwin2.cxx b/sc/source/ui/view/gridwin2.cxx index a3ecaaea5496..2688e046a95b 100644 --- a/sc/source/ui/view/gridwin2.cxx +++ b/sc/source/ui/view/gridwin2.cxx @@ -165,11 +165,7 @@ bool ScGridWindow::DoAutoFilterButton( SCCOL nCol, SCROW nRow, const MouseEvent& HideCursor(); mpFilterButton->draw(); ShowCursor(); -#if USE_NEW_AUTOFILTER LaunchAutoFilterMenu(nCol, nRow); -#else - LaunchDataSelectMenu(nCol, nRow, false); -#endif return true; } |