From 1171a1375825785c9da40fd4e043d445c562c4aa Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 25 May 2012 01:27:24 +0200 Subject: import new conditional format information Change-Id: Iaa16792a74a3e33d3880cb9db41baf5613804387 --- 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 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); -- cgit