From d1043892df97078546bf9c5ac697bcb65b457cc9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 10 Jan 2014 17:01:52 +0100 Subject: SfxPoolItem::operator ==, != should return bool ...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a --- cui/source/options/cfgchart.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/options/cfgchart.hxx') diff --git a/cui/source/options/cfgchart.hxx b/cui/source/options/cfgchart.hxx index c72948f2ac6f..b656d95b4b3c 100644 --- a/cui/source/options/cfgchart.hxx +++ b/cui/source/options/cfgchart.hxx @@ -98,7 +98,7 @@ public: SvxChartColorTableItem( const SvxChartColorTableItem& ); virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; - virtual int operator==( const SfxPoolItem& ) const; + virtual bool operator==( const SfxPoolItem& ) const; void SetOptions( SvxChartOptions* pOpts ) const; const SvxChartColorTable & GetColorList() const ; -- cgit