summaryrefslogtreecommitdiff
path: root/sw/inc/frmfmt.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/frmfmt.hxx
parent1417061d1b2c110e7e690523a544b58e7ffd05c0 (diff)
sw: sal_Bool->bool
Change-Id: I324a0ffde2ddcca105451c19e7aadcfad15211d8
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r--sw/inc/frmfmt.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index acd6a5e90071..03bda2e96c29 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -84,9 +84,9 @@ public:
/** @return the real size of the frame - or an empty rectangle
if no layout exists.
If pPoint is given, look for the frame closest to it. */
- SwRect FindLayoutRect( const sal_Bool bPrtArea = sal_False,
- const Point* pPoint = 0,
- const sal_Bool bCalcFrm = sal_False ) const;
+ SwRect FindLayoutRect( const bool bPrtArea = false,
+ const Point* pPoint = 0,
+ const bool bCalcFrm = false ) const;
/** Searches SdrObject. SdrObjUserCall is client of the format.
The UserCall knows its SdrObject. */
@@ -106,7 +106,7 @@ public:
const SdrObject *FindRealSdrObject() const
{ return ((SwFrmFmt*)this)->FindRealSdrObject(); }
- sal_Bool IsLowerOf( const SwFrmFmt& rFmt ) const;
+ bool IsLowerOf( const SwFrmFmt& rFmt ) const;
enum tLayoutDir
{
@@ -173,10 +173,10 @@ public:
virtual void MakeFrms() SAL_OVERRIDE;
SwFlyFrm* GetFrm( const Point* pDocPos = 0,
- const sal_Bool bCalcFrm = sal_False ) const;
+ const bool bCalcFrm = false ) const;
SwAnchoredObject* GetAnchoredObj( const Point* pDocPos = 0,
- const sal_Bool bCalcFrm = sal_False ) const;
+ const bool bCalcFrm = false ) const;
virtual Graphic MakeGraphic( ImageMap* pMap = NULL ) SAL_OVERRIDE;