summaryrefslogtreecommitdiff
path: root/cui/source/options/cfgchart.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:02:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:29 +0100
commitee883319f2fd2aa5494597d2b53e60d6343c787e (patch)
treea6ba55bb98f449b5f039d2723f1e7e6ee833f1d3 /cui/source/options/cfgchart.cxx
parent9cc60839f3f3a9dfcf52d5eb76b7d36c1fbc751a (diff)
bool improvements
Change-Id: Ibb509cb162e53e03d42cb50eb30dd1d175991dd6
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