summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpgroup.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/dpgroup.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/dpgroup.hxx')
-rw-r--r--sc/inc/dpgroup.hxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx
index 76a3fcdd65c4..6d66136a93eb 100644
--- a/sc/inc/dpgroup.hxx
+++ b/sc/inc/dpgroup.hxx
@@ -36,23 +36,11 @@
#include "dptabdat.hxx"
#include "scdllapi.h"
#include "dpitemdata.hxx"
+#include "dpnumgroupinfo.hxx"
class ScDocument;
class SvNumberFormatter;
-struct ScDPNumGroupInfo
-{
- bool mbEnable:1;
- bool mbDateValues:1;
- bool mbAutoStart:1;
- bool mbAutoEnd:1;
- double mfStart;
- double mfEnd;
- double mfStep;
-
- SC_DLLPUBLIC ScDPNumGroupInfo();
-};
-
// ScDPDateGroupHelper is used as part of ScDPGroupDimension (additional dim.)
// or ScDPNumGroupDimension (innermost, replaces the original dim.).
// Source index, name and result collection are stored at the parent.