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/shells/tabsh.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/ui/shells/tabsh.cxx') diff --git a/sw/source/ui/shells/tabsh.cxx b/sw/source/ui/shells/tabsh.cxx index d315be15c2f0..53b2d3a28ef6 100644 --- a/sw/source/ui/shells/tabsh.cxx +++ b/sw/source/ui/shells/tabsh.cxx @@ -181,7 +181,7 @@ static SwTableRep* lcl_TableParamToItemSet( SfxItemSet& rSet, SwWrtShell &rSh ) aBoxInfo.SetTable ((rSh.IsTableMode() && rSh.GetCrsrCnt() > 1) || !bTableSel); // Always show distance field. - aBoxInfo.SetDist ((sal_Bool) sal_True); + aBoxInfo.SetDist (true); // Set minimum size in tables and paragraphs. aBoxInfo.SetMinDist( !bTableSel || rSh.IsTableMode() || rSh.GetSelectionType() & @@ -494,8 +494,8 @@ void SwTableShell::Execute(SfxRequest &rReq) aInfo.SetWhich(SID_ATTR_BORDER_INNER); } - aInfo.SetTable( sal_True ); - aInfo.SetValid( VALID_DISABLE, sal_False ); + aInfo.SetTable( true ); + aInfo.SetValid( VALID_DISABLE, false ); // The attributes of all lines will be read and the strongest wins. -- cgit