summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpitemdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-03-06 01:38:14 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 11:13:31 -0500
commit5e7daf4ab990c4719332e1c6df06cc477bdb3631 (patch)
tree4040b39df68da849712a0eedf477e7bd61671e4b /sc/inc/dpitemdata.hxx
parentMore on correctly formatting grouped values. (diff)
downloadcore-5e7daf4ab990c4719332e1c6df06cc477bdb3631.tar.gz
core-5e7daf4ab990c4719332e1c6df06cc477bdb3631.zip
Display special first/last date names correctly.
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r--sc/inc/dpitemdata.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx
index 0323b91cae74..00b7cd4d6650 100644
--- a/sc/inc/dpitemdata.hxx
+++ b/sc/inc/dpitemdata.hxx
@@ -51,6 +51,9 @@ class SC_DLLPUBLIC ScDPItemData
public:
enum Type { GroupValue = 0, Value = 1, String = 2, Error = 3, Empty = 4 };
+ static const sal_Int32 DateFirst;
+ static const sal_Int32 DateLast;
+
struct GroupValueAttr
{
sal_Int32 mnGroupType;