diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-22 21:57:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-24 12:38:11 +0200 |
commit | 99f61e9b635a7c30f28192c01a534acb1e2a6ca3 (patch) | |
tree | 2ff1bf256aadce79d5ec23e7862a9d5b3dfe5c02 /sc/inc | |
parent | 816f65da41c8c30e5854e333a6498e58c64303aa (diff) |
first part for databar export
# Changes to be committed:
Change-Id: Iffe020d60982c2872c1a451f9d0e4e1d4f5e349f
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/colorscale.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx index 24248fef703e..3187f8475809 100644 --- a/sc/inc/colorscale.hxx +++ b/sc/inc/colorscale.hxx @@ -216,6 +216,7 @@ public: ScDataBarInfo* GetDataBarInfo(const ScAddress& rAddr) const; void SetDataBarData( ScDataBarFormatData* pData ); + const ScDataBarFormatData* GetDataBarData() const; virtual void DataChanged(const ScRange& rRange); virtual void UpdateMoveTab(SCTAB nOldTab, SCTAB nNewTab); |