summaryrefslogtreecommitdiff
path: root/sc/inc/dpnumgroupinfo.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-07 22:07:09 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 11:13:34 -0500
commit57c0ff6602dfbd0b7622a643e179923bf632cd87 (patch)
tree2d9f91bd3d2c3054ed3bdb56be7cb022ecd68800 /sc/inc/dpnumgroupinfo.hxx
parente3ebacf3fdbafeafe02e2976c25c9299b1fd6bbd (diff)
Properly display grouped range values for range-based grouping.
Diffstat (limited to 'sc/inc/dpnumgroupinfo.hxx')
-rw-r--r--sc/inc/dpnumgroupinfo.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/dpnumgroupinfo.hxx b/sc/inc/dpnumgroupinfo.hxx
index 1d5d05d066c6..2e0196d5deaf 100644
--- a/sc/inc/dpnumgroupinfo.hxx
+++ b/sc/inc/dpnumgroupinfo.hxx
@@ -37,11 +37,13 @@ struct ScDPNumGroupInfo
bool mbDateValues:1;
bool mbAutoStart:1;
bool mbAutoEnd:1;
+ bool mbIntegerOnly:1;
double mfStart;
double mfEnd;
double mfStep;
SC_DLLPUBLIC ScDPNumGroupInfo();
+ ScDPNumGroupInfo(const ScDPNumGroupInfo& r);
};
#endif