From cdd36980f1e9517280d579a2467f46f87fec8237 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 11 May 2012 06:47:37 +0200 Subject: repaint for every change when using formulas in color scales Change-Id: I1eb42ac75228dee00079c86e7c378efb72f16e28 --- sc/inc/colorscale.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/colorscale.hxx') 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); -- cgit