summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-07 22:55:53 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-07 22:56:53 -0500
commit5897d4a60f766ca0cd751281e7c32af3df677303 (patch)
tree79c8f1516f521f3db39586851e060b45e152e0aa /sc/inc/queryparam.hxx
parentfdo#36100: show blink borders for cut like we do for copy (diff)
downloadcore-5897d4a60f766ca0cd751281e7c32af3df677303.tar.gz
core-5897d4a60f766ca0cd751281e7c32af3df677303.zip
Encapsulated empty and non-empty filter criteria.
Because those two conditions were not very obvious.
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index 9bf9be1ea054..d04f7b4a4f21 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -34,15 +34,6 @@
#include <boost/ptr_container/ptr_vector.hpp>
-/*
- * dialog returns the special field values "empty"/"not empty"
- * as constants SC_EMPTYFIELDS and SC_NONEMPTYFIELDS respectively in nVal in
- * conjuctions with the flag bQueryByString = FALSE.
- */
-
-#define SC_EMPTYFIELDS ((double)0x0042)
-#define SC_NONEMPTYFIELDS ((double)0x0043)
-
struct ScDBQueryParamInternal;
struct ScQueryEntry;