summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-18 14:11:38 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-18 14:13:25 -0500
commite046efdbb55329e97cddbd6fd7d6ec5c92bdf2c8 (patch)
treeb45faea857a7fd154eb18a3436abaae0715578b5 /sc/source/ui/inc/gridwin.hxx
parentbf034403ac8c98c9ebbe5ae59042502ab7c330d7 (diff)
Removing the switch. Now we use the new autofilter popup for good.
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r--sc/source/ui/inc/gridwin.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index ffb6f13dad05..7793bad09332 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -42,10 +42,6 @@
#include <memory>
#include <boost/scoped_ptr.hpp>
-#define USE_NEW_AUTOFILTER 1
-
-// ---------------------------------------------------------------------------
-
struct ScTableInfo;
class ScViewSelectionEngine;
class ScDPObject;
@@ -343,10 +339,10 @@ public:
void LaunchDataSelectMenu( SCCOL nCol, SCROW nRow, bool bDataSelect );
void DoScenarioMenue( const ScRange& rScenRange );
-#if USE_NEW_AUTOFILTER
+
void LaunchAutoFilterMenu(SCCOL nCol, SCROW nRow);
void UpdateAutoFilterFromMenu();
-#endif
+
void LaunchPageFieldMenu( SCCOL nCol, SCROW nRow );
void LaunchDPFieldMenu( SCCOL nCol, SCROW nRow );