From 1885266f274575327cdeee9852945a3e91f32f15 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 14 Aug 2012 01:24:33 +0200 Subject: implement dumper for new cond format test Change-Id: I2a7f0cf20fa54cbcafcb30d8b8834fd1adf3821d --- sc/inc/colorscale.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sc/inc/colorscale.hxx') 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; -- cgit