From 7dbc196e1de895959fe3a2b9c4cdc89069f263e9 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 25 Aug 2011 11:33:20 +0200 Subject: sal_Bool -> bool in ScTable --- sc/source/ui/docshell/olinefun.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/docshell/olinefun.cxx') diff --git a/sc/source/ui/docshell/olinefun.cxx b/sc/source/ui/docshell/olinefun.cxx index 6d35207b78ce..b95c3dfb1543 100644 --- a/sc/source/ui/docshell/olinefun.cxx +++ b/sc/source/ui/docshell/olinefun.cxx @@ -118,8 +118,8 @@ sal_Bool ScOutlineDocFunc::MakeOutline( const ScRange& rRange, sal_Bool bColumns ScOutlineArray* pArray = bColumns ? pTable->GetColArray() : pTable->GetRowArray(); - sal_Bool bRes; - sal_Bool bSize = false; + bool bRes; + bool bSize = false; if ( bColumns ) bRes = pArray->Insert( nStartCol, nEndCol, bSize ); else -- cgit v1.2.3