summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
authorEike Rathke [er] <erAck@sun.com>2010-03-08 23:03:53 +0100
committerEike Rathke [er] <erAck@sun.com>2010-03-08 23:03:53 +0100
commit0aa219d2492570f55418335abad6c9c2b6d6ad8b (patch)
tree4089cbc4db4ed5ee303642538b57023c10b2d6f7 /sc/inc/global.hxx
parent9f6f86e1d8e595de07e2925f25831119a6c41c91 (diff)
dr73: #i94695# when filtering on date disregard time fraction of cells formatted as date; reworked patch from <kohei>
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 1f6dc13d04ce..04a9b9d73d3c 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -799,6 +799,7 @@ struct ScQueryEntry
{
BOOL bDoQuery;
BOOL bQueryByString;
+ bool bQueryByDate;
SCCOLROW nField;
ScQueryOp eOp;
ScQueryConnect eConnect;