summaryrefslogtreecommitdiff
path: root/cui/source/options/cfgchart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/cfgchart.cxx')
-rw-r--r--cui/source/options/cfgchart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/cfgchart.cxx b/cui/source/options/cfgchart.cxx
index 5a3606468014..71e289380c0b 100644
--- a/cui/source/options/cfgchart.cxx
+++ b/cui/source/options/cfgchart.cxx
@@ -300,7 +300,7 @@ bool SvxChartColorTableItem::operator==( const SfxPoolItem& rAttr ) const
return (this->m_aColorTable == rCTItem->GetColorList());
}
- return 0;
+ return false;
}
void SvxChartColorTableItem::SetOptions( SvxChartOptions* pOpts ) const