diff options
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r-- | sc/source/ui/inc/gridwin.hxx | 8 |
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 ); |