summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/res_DataLabel.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:02:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:30 +0100
commitd5d2e280bda78fe03a96daae9677e0cf54201057 (patch)
tree6b498e8edeec92775eba6975f12dac010386dff1 /chart2/source/controller/dialogs/res_DataLabel.cxx
parentbool improvements (diff)
downloadcore-d5d2e280bda78fe03a96daae9677e0cf54201057.tar.gz
core-d5d2e280bda78fe03a96daae9677e0cf54201057.zip
bool improvements
Change-Id: I4fb554a0b703b29cb2dc70fc11111a4f2fa9af8e
Diffstat (limited to 'chart2/source/controller/dialogs/res_DataLabel.cxx')
-rw-r--r--chart2/source/controller/dialogs/res_DataLabel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/res_DataLabel.cxx b/chart2/source/controller/dialogs/res_DataLabel.cxx
index 33d7a800f082..4fe9a07a02e2 100644
--- a/chart2/source/controller/dialogs/res_DataLabel.cxx
+++ b/chart2/source/controller/dialogs/res_DataLabel.cxx
@@ -324,7 +324,7 @@ sal_Bool DataLabelResources::FillItemSet( SfxItemSet& rOutAttrs ) const
void DataLabelResources::Reset(const SfxItemSet& rInAttrs)
{
// default state
- m_pCBSymbol->Enable( sal_False );
+ m_pCBSymbol->Enable( false );
lcl_setBoolItemToCheckBox( rInAttrs, SCHATTR_DATADESCR_SHOW_NUMBER, *m_pCBNumber );
lcl_setBoolItemToCheckBox( rInAttrs, SCHATTR_DATADESCR_SHOW_PERCENTAGE, *m_pCBPercent );