summaryrefslogtreecommitdiff
path: root/sc/inc/colorscale.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-11 06:47:37 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-11 06:47:37 +0200
commitcdd36980f1e9517280d579a2467f46f87fec8237 (patch)
tree9676ff3fd697c740d6e3ac5ee3a067ac57f46195 /sc/inc/colorscale.hxx
parentfc48c494347124dffddccca7d75707a22ca65f75 (diff)
repaint for every change when using formulas in color scales
Change-Id: I1eb42ac75228dee00079c86e7c378efb72f16e28
Diffstat (limited to 'sc/inc/colorscale.hxx')
-rw-r--r--sc/inc/colorscale.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index a95eec6d1c95..8a5b203aca05 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -59,6 +59,7 @@ public:
bool GetMin() const;
bool GetMax() const;
bool GetPercent() const;
+ bool HasFormula() const;
void SetMin(bool bMin);
void SetMax(bool bMax);
void SetPercent(bool bPercent);