summaryrefslogtreecommitdiff
path: root/sc/inc/colorscale.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-25 01:27:24 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-25 22:40:16 +0200
commit1171a1375825785c9da40fd4e043d445c562c4aa (patch)
treee01ab5091855e682e741d02699708218a8c738db /sc/inc/colorscale.hxx
parent6540cc8ee0d4d2396e6b731ad71a241e8344531d (diff)
import new conditional format information
Change-Id: Iaa16792a74a3e33d3880cb9db41baf5613804387
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 3187f8475809..562f981fbf79 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -71,6 +71,7 @@ public:
bool GetPercentile() const;
bool HasFormula() const;
const ScTokenArray* GetFormula() const;
+ rtl::OUString GetFormula( formula::FormulaGrammar::Grammar eGrammar ) const;
void SetMin(bool bMin);
void SetMax(bool bMax);
void SetPercent(bool bPercent);