summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/hffrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/hffrm.hxx')
-rw-r--r--sw/source/core/inc/hffrm.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/inc/hffrm.hxx b/sw/source/core/inc/hffrm.hxx
index 50b41717a3f9..c3705d29f1c5 100644
--- a/sw/source/core/inc/hffrm.hxx
+++ b/sw/source/core/inc/hffrm.hxx
@@ -38,14 +38,14 @@ class SwHeadFootFrm : public SwLayoutFrm
protected:
void FormatSize(SwTwips nUL, const SwBorderAttrs * pAttrs);
void FormatPrt(SwTwips & nUL, const SwBorderAttrs * pAttrs);
- inline BOOL GetEatSpacing() const; // in hffrm.cxx
+ inline sal_Bool GetEatSpacing() const; // in hffrm.cxx
public:
- SwHeadFootFrm(SwFrmFmt * pFrm, USHORT aType);
+ SwHeadFootFrm(SwFrmFmt * pFrm, sal_uInt16 aType);
virtual void Format( const SwBorderAttrs *pAttrs = 0 );
virtual SwTwips GrowFrm( SwTwips,
- BOOL bTst = FALSE, BOOL bInfo = FALSE );
+ sal_Bool bTst = sal_False, sal_Bool bInfo = sal_False );
virtual SwTwips ShrinkFrm( SwTwips,
- BOOL bTst = FALSE, BOOL bInfo = FALSE );
+ sal_Bool bTst = sal_False, sal_Bool bInfo = sal_False );
};
class SwHeaderFrm: public SwHeadFootFrm