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.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index 8e7938547d68..942f60455303 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -223,6 +223,10 @@ public:
const_iterator end() const;
size_t size() const;
+
+#if DUMP_FORMAT_INFO
+ virtual void dumpInfo() const;
+#endif
};
class SC_DLLPUBLIC ScDataBarFormat : public ScColorFormat
@@ -243,6 +247,10 @@ public:
const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
virtual condformat::ScFormatEntryType GetType() const;
+
+#if DUMP_FORMAT_INFO
+ virtual void dumpInfo() const;
+#endif
private:
double getMin(double nMin, double nMax) const;
double getMax(double nMin, double nMax) const;