summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/res_ErrorBar.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-21 12:53:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-21 12:53:51 +0100
commite8f8f24c8415898c787bbfb629247ed62e73a2b9 (patch)
treedae18a3acbf29c192118e7c003f80df8da8e21ae /chart2/source/controller/dialogs/res_ErrorBar.cxx
parent1c8402465cfd4df862409dc310f5f099d044c4d8 (diff)
vcl: sal_Bool -> bool
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
Diffstat (limited to 'chart2/source/controller/dialogs/res_ErrorBar.cxx')
-rw-r--r--chart2/source/controller/dialogs/res_ErrorBar.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx
index ec3c63a282f0..7c25681bf7df 100644
--- a/chart2/source/controller/dialogs/res_ErrorBar.cxx
+++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx
@@ -139,7 +139,7 @@ ErrorBarResources::ErrorBarResources( VclBuilderContainer* pParent, Dialog * pPa
m_pRbRange->SetClickHdl( LINK( this, ErrorBarResources, CategoryChosen ));
m_pLbFunction->SetSelectHdl( LINK( this, ErrorBarResources, CategoryChosen ));
- m_pCbSyncPosNeg->Check( sal_False );
+ m_pCbSyncPosNeg->Check( false );
m_pCbSyncPosNeg->SetToggleHdl( LINK( this, ErrorBarResources, SynchronizePosAndNeg ));
m_pMfPositive->SetModifyHdl( LINK( this, ErrorBarResources, PosValueChanged ));
@@ -522,10 +522,10 @@ void ErrorBarResources::Reset(const SfxItemSet& rInAttrs)
}
else
{
- m_pRbNone->Check( sal_False );
- m_pRbConst->Check( sal_False );
- m_pRbPercent->Check( sal_False );
- m_pRbFunction->Check( sal_False );
+ m_pRbNone->Check( false );
+ m_pRbConst->Check( false );
+ m_pRbPercent->Check( false );
+ m_pRbFunction->Check( false );
}
// parameters
@@ -576,9 +576,9 @@ void ErrorBarResources::Reset(const SfxItemSet& rInAttrs)
}
else
{
- m_pRbBoth->Check( sal_False );
- m_pRbPositive->Check( sal_False );
- m_pRbNegative->Check( sal_False );
+ m_pRbBoth->Check( false );
+ m_pRbPositive->Check( false );
+ m_pRbNegative->Check( false );
}
// ranges