summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-12 15:11:19 +0200
committerNoel Grandin <noel@peralex.com>2015-08-14 11:22:22 +0200
commitfcd4c6dabecb348096ed8eb7ffe16c7ec059df31 (patch)
treeadd6f8305193f3d357c54ac127340a3265d2ed6e /sc/source/ui/view/output.cxx
parent4a2d17c3a15117e91b8d158aa24d7f084596554b (diff)
loplugin: defaultparams
Change-Id: If342e813063eb0a17f7a8f8e872290f056964e05
Diffstat (limited to 'sc/source/ui/view/output.cxx')
-rw-r--r--sc/source/ui/view/output.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
index a84aa3b5ec57..f4378baa6898 100644
--- a/sc/source/ui/view/output.cxx
+++ b/sc/source/ui/view/output.cxx
@@ -1985,7 +1985,7 @@ void ScOutputData::FindChanged()
ScFormulaCell* pFCell = rCell.mpFormula;
if ( !bProgress && pFCell->GetDirty() )
{
- ScProgress::CreateInterpretProgress(mpDoc, true);
+ ScProgress::CreateInterpretProgress(mpDoc);
bProgress = true;
}
if (pFCell->IsRunning())