diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-18 10:33:58 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-18 10:51:20 +0200 |
commit | 862f56d19e1c57d3d648275877fc434fb119e80f (patch) | |
tree | 871db3950709cbceb9e3f1bbd722100df85e3dfb /sc/inc/document.hxx | |
parent | eb3d3a0a7d49b51942e7f39cdcde1be0b11349e7 (diff) |
implement databars in the core
We currently only support either a databar or a color scale at an area.
This limitation will be removed in 3.7
Change-Id: I6236729822db891203479dff8554466706b4c6a8
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 7e14a5cfd4e0..ed8eb3bbc3ee 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -96,7 +96,7 @@ class ScChartCollection; class ScChartListenerCollection; class ScConditionalFormat; class ScConditionalFormatList; -class ScColorScaleFormat; +class ScColorFormat; class ScColorFormatList; class ScDBCollection; class ScDBData; @@ -1199,7 +1199,7 @@ public: void ChangeSelectionIndent( bool bIncrement, const ScMarkData& rMark ); SC_DLLPUBLIC sal_uLong AddCondFormat( const ScConditionalFormat& rNew ); - SC_DLLPUBLIC sal_uLong AddColorScaleFormat( ScColorScaleFormat* pNew ); + SC_DLLPUBLIC sal_uLong AddColorFormat( ScColorFormat* pNew ); SC_DLLPUBLIC void FindConditionalFormat( sal_uLong nKey, ScRangeList& rRanges ); SC_DLLPUBLIC void FindConditionalFormat( sal_uLong nKey, ScRangeList& rRanges, SCTAB nTab ); void ConditionalChanged( sal_uLong nKey ); |