summaryrefslogtreecommitdiffstats
path: root/sw/inc/chpfld.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-25 14:00:35 +0200
committerNoel Grandin <noel@peralex.com>2014-04-30 08:44:42 +0200
commit6aa35db39311dcd7965c9c9c21fcf4143a1f9b43 (patch)
tree04320eaf8c7481c1b496460624ee20ec11360ac2 /sw/inc/chpfld.hxx
parentstoc: sal_Bool->bool (diff)
downloadcore-6aa35db39311dcd7965c9c9c21fcf4143a1f9b43.tar.gz
core-6aa35db39311dcd7965c9c9c21fcf4143a1f9b43.zip
sw: sal_Bool->bool
Change-Id: I324a0ffde2ddcca105451c19e7aadcfad15211d8
Diffstat (limited to 'sw/inc/chpfld.hxx')
-rw-r--r--sw/inc/chpfld.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx
index 6faccfcd9c03..452c42cf3249 100644
--- a/sw/inc/chpfld.hxx
+++ b/sw/inc/chpfld.hxx
@@ -63,8 +63,8 @@ public:
// #i53420#
void ChangeExpansion( const SwFrm*,
const SwCntntNode*,
- sal_Bool bSrchNum = sal_False);
- void ChangeExpansion(const SwTxtNode &rNd, sal_Bool bSrchNum);
+ bool bSrchNum = false);
+ void ChangeExpansion(const SwTxtNode &rNd, bool bSrchNum);
inline sal_uInt8 GetLevel() const;
inline void SetLevel(sal_uInt8);