diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-03-05 14:49:21 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-09 11:13:29 -0500 |
commit | b814c1749aa9c233f7eabf605be663068d47de13 (patch) | |
tree | cb9071f19cc6fa5259531485cb63bfb26c1c2b39 /sc/inc/dpitemdata.hxx | |
parent | db60d94fc2ec8624653dddace5a934778fc2c7b4 (diff) |
Display date group values correctly.
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r-- | sc/inc/dpitemdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx index 2fa8cba62ebf..0323b91cae74 100644 --- a/sc/inc/dpitemdata.hxx +++ b/sc/inc/dpitemdata.hxx @@ -49,7 +49,7 @@ class SC_DLLPUBLIC ScDPItemData friend class ScDPCache; public: - enum Type { String, Value, Error, Empty, GroupValue }; + enum Type { GroupValue = 0, Value = 1, String = 2, Error = 3, Empty = 4 }; struct GroupValueAttr { |