diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-03-06 01:38:14 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-09 11:13:31 -0500 |
commit | 5e7daf4ab990c4719332e1c6df06cc477bdb3631 (patch) | |
tree | 4040b39df68da849712a0eedf477e7bd61671e4b /sc/inc/dpitemdata.hxx | |
parent | c2f8b7a17e71f9379db7d44e763ad831cfd27825 (diff) |
Display special first/last date names correctly.
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r-- | sc/inc/dpitemdata.hxx | 3 |
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; |