From 327dde336ed3a318c08dd19894b0fd84c9a0eb57 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 19 Feb 2014 15:40:53 +0200 Subject: editeng: sal_Bool->bool Change-Id: Ib1113ebcfc523c8c97731debb2bf456a8c99d802 --- sw/source/ui/docvw/HeaderFooterWin.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/ui/docvw') 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 ); -- cgit