diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-19 15:40:53 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-21 12:19:21 +0200 |
commit | 327dde336ed3a318c08dd19894b0fd84c9a0eb57 (patch) | |
tree | 7c8e02f6cd07ed4f8c3e22f8226c1a08787aa646 /sw/source/ui/docvw | |
parent | a1d5ff63dbdae3406c81c4b2edcbb8d22112582b (diff) |
editeng: sal_Bool->bool
Change-Id: Ib1113ebcfc523c8c97731debb2bf456a8c99d802
Diffstat (limited to 'sw/source/ui/docvw')
-rw-r--r-- | sw/source/ui/docvw/HeaderFooterWin.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/docvw/HeaderFooterWin.cxx b/sw/source/ui/docvw/HeaderFooterWin.cxx index 9e8f55d28a29..048b18a57636 100644 --- a/sw/source/ui/docvw/HeaderFooterWin.cxx +++ b/sw/source/ui/docvw/HeaderFooterWin.cxx @@ -432,9 +432,9 @@ void SwHeaderFooterWin::ExecuteCommand( sal_uInt16 nSlot ) true, &pBoxInfo) ) aBoxInfo = *(SvxBoxInfoItem*)pBoxInfo; - aBoxInfo.SetTable( sal_False ); - aBoxInfo.SetDist( sal_True); - aBoxInfo.SetMinDist( sal_False ); + aBoxInfo.SetTable( false ); + aBoxInfo.SetDist( true); + aBoxInfo.SetMinDist( false ); aBoxInfo.SetDefDist( MIN_BORDER_DIST ); aBoxInfo.SetValid( VALID_DISABLE ); aSet.Put( aBoxInfo ); |