diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-12 22:51:01 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-16 09:39:14 +0100 |
commit | 2e26e6fd91b21a87ef5932ace1b423ce12de02e5 (patch) | |
tree | 78177f42f45ca52f4d777d3fa2b15d9072fa832f /sw/inc | |
parent | e2ae01d4b298c0224972a502ab9953831d60111d (diff) |
sal_Bool to bool
Change-Id: I3548bdc15cf779495a966b4b36bb6d209fd3ee8f
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/node.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index a5ffbe409d6c..d1aa67a105ca 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -402,7 +402,7 @@ public: SwCntntFrm *getLayoutFrm( const SwRootFrm*, const Point* pDocPos = 0, const SwPosition *pPos = 0, - const sal_Bool bCalcFrm = sal_True ) const; + const bool bCalcFrm = true ) const; /** @return the real size of the frame or an empty rectangle if no layout exists. Needed for export filters. */ SwRect FindLayoutRect( const sal_Bool bPrtArea = sal_False, |