diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-16 00:09:59 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-18 14:13:19 -0500 |
commit | b42937e81c257d7eabe922bad05db31824534af8 (patch) | |
tree | f74d939ce4278240e71acacc17679dc3abc305b7 | |
parent | 3bdce622e0847b769a8d0d6e7b5f6f5f8e1ef3c0 (diff) |
Enable the new autofilter popup once again.
-rw-r--r-- | sc/source/ui/inc/gridwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index 4271df2c8705..ffb6f13dad05 100644 --- a/sc/source/ui/inc/gridwin.hxx +++ b/sc/source/ui/inc/gridwin.hxx @@ -42,7 +42,7 @@ #include <memory> #include <boost/scoped_ptr.hpp> -#define USE_NEW_AUTOFILTER 0 +#define USE_NEW_AUTOFILTER 1 // --------------------------------------------------------------------------- |