summaryrefslogtreecommitdiff
path: root/include/svx/hdft.hxx
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 /include/svx/hdft.hxx
parent5e456cc3b30f2e099429f7075eda23e86871621e (diff)
svx: sal_Bool->bool
Change-Id: I1c52c98c6208d8108620a2b175e946af8ed3bca1
Diffstat (limited to 'include/svx/hdft.hxx')
-rw-r--r--include/svx/hdft.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/hdft.hxx b/include/svx/hdft.hxx
index 54066bbaf65c..59f34435b6ea 100644
--- a/include/svx/hdft.hxx
+++ b/include/svx/hdft.hxx
@@ -49,8 +49,8 @@ public:
virtual ~SvxHFPage();
- void DisableDeleteQueryBox() { bDisableQueryBox = sal_True; }
- void EnableBackgroundSelector( sal_Bool bNew ) { bEnableBackgroundSelector = bNew; }
+ void DisableDeleteQueryBox() { bDisableQueryBox = true; }
+ void EnableBackgroundSelector( bool bNew ) { bEnableBackgroundSelector = bNew; }
void EnableDynamicSpacing();
protected:
@@ -78,8 +78,8 @@ protected:
sal_uInt16 nId;
SfxItemSet* pBBSet;
- sal_Bool bDisableQueryBox;
- sal_Bool bEnableBackgroundSelector;
+ bool bDisableQueryBox;
+ bool bEnableBackgroundSelector;
bool bInReset;
void InitHandler();