summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 11:20:25 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:02 +0200
commit19eb41a749de74e5cd4c567a562c50a19bf03051 (patch)
treea381e6b69f5edc7c399c7b94fd7d8fdd7faf36a9 /sc/source/ui/view/output2.cxx
parent20582d4c38ba884956b9474eb7334fb681f8cfdd (diff)
sal_Bool->bool
Change-Id: Ied252b4bb698f582c1ab7a13197fdd026863950e
Diffstat (limited to 'sc/source/ui/view/output2.cxx')
-rw-r--r--sc/source/ui/view/output2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index 38b1e08ec6f8..eeef8bbd5a77 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -1068,7 +1068,7 @@ static inline void lcl_CreateInterpretProgress( sal_Bool& bProgress, ScDocument*
{
if ( !bProgress && pFCell->GetDirty() )
{
- ScProgress::CreateInterpretProgress( pDoc, sal_True );
+ ScProgress::CreateInterpretProgress( pDoc, true );
bProgress = sal_True;
}
}