summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-18 17:31:29 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-18 17:36:47 +0200
commite3fea48ac8523bf3cd4c50906ca85819390594f9 (patch)
treee287c18c40a67f3de776dbdc6bb1472e09ef08dc /sc/inc
parent726051277d90d0dfe384111d03b97835517bb69c (diff)
correctly get the min value and the max value for data bars
Change-Id: I5e46bf534d1b70536810e9d9ac0a67210b271109
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/colorscale.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index b63bc66baa39..0f72475b8ad1 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -198,6 +198,9 @@ public:
virtual ScColorFormatType GetType() const;
private:
+ double getMin(double nMin, double nMax) const;
+ double getMax(double nMin, double nMax) const;
+
boost::scoped_ptr<ScDataBarFormatData> mpFormatData;
};