summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-05 11:30:53 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:16 +0200
commit96a3ed193691de0761a7754a6477f1196679590d (patch)
treee56e65bf18d8ae5ce73017c4962b765a5d79c949 /svx
parent5e456cc3b30f2e099429f7075eda23e86871621e (diff)
svx: sal_Bool->bool
Change-Id: I1c52c98c6208d8108620a2b175e946af8ed3bca1
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/hdft.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx
index 9b90df4cdc9f..aad1dcc3ce93 100644
--- a/svx/source/dialog/hdft.cxx
+++ b/svx/source/dialog/hdft.cxx
@@ -158,8 +158,8 @@ SvxHFPage::SvxHFPage( Window* pParent, const SfxItemSet& rSet, sal_uInt16 nSetId
SfxTabPage( pParent, "HFFormatPage", "svx/ui/headfootformatpage.ui", rSet ),
nId ( nSetId ),
pBBSet ( NULL ),
- bDisableQueryBox ( sal_False ),
- bEnableBackgroundSelector ( sal_True )
+ bDisableQueryBox ( false ),
+ bEnableBackgroundSelector ( true )
{
get(m_pCntSharedBox,"checkSameLR");