summaryrefslogtreecommitdiff
path: root/sc/inc/colorscale.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/colorscale.hxx')
-rw-r--r--sc/inc/colorscale.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index 6639741dced6..b06fe2b8bd32 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -76,7 +76,7 @@ public:
const ScTokenArray* GetFormula() const;
OUString GetFormula( formula::FormulaGrammar::Grammar eGrammar ) const;
- ScColorScaleEntryType GetType() const;
+ ScColorScaleEntryType GetType() const { return meType;}
void SetType( ScColorScaleEntryType eType );
bool NeedsRepaint() const;