summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen7.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-12 15:10:34 +0200
committerNoel Grandin <noel@peralex.com>2015-08-14 11:11:41 +0200
commit18da84abd6667775b6e79a20418ad4bcb65c45af (patch)
treedc44d4b574bde138ddc5c88fd394fa98455bfe0b /sc/source/core/data/documen7.cxx
parent8cb23d00070d18268d63a336ebc419c5092fc081 (diff)
loplugin: defaultparams
Change-Id: I807ce811f5988d6134b4c6f73408cd034f25a7f7
Diffstat (limited to 'sc/source/core/data/documen7.cxx')
-rw-r--r--sc/source/core/data/documen7.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/documen7.cxx b/sc/source/core/data/documen7.cxx
index c60619e74f24..7d0315a9ff5e 100644
--- a/sc/source/core/data/documen7.cxx
+++ b/sc/source/core/data/documen7.cxx
@@ -452,7 +452,7 @@ void ScDocument::CalcFormulaTree( bool bOnlyForced, bool bProgressBar, bool bSet
bool bProgress = !bOnlyForced && nFormulaCodeInTree && bProgressBar;
if ( bProgress )
- ScProgress::CreateInterpretProgress( this, true );
+ ScProgress::CreateInterpretProgress( this );
pCell = pFormulaTree;
ScFormulaCell* pLastNoGood = 0;