summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen7.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-27 18:41:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-27 18:41:11 +0200
commit694afdbaecfab1f98279fafd1483f3c2734ce788 (patch)
treef63c8ba2176de5c4a5ba1bf561d11241e569ac09 /sc/source/core/data/documen7.cxx
parentbf64e7d61596170ee9f9823d96a91fd3fbff91a8 (diff)
SfxProgress::SetState always returns true
Change-Id: Ib606b0391f814ea9ff4383397a40a8a692563fa3
Diffstat (limited to 'sc/source/core/data/documen7.cxx')
-rw-r--r--sc/source/core/data/documen7.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/data/documen7.cxx b/sc/source/core/data/documen7.cxx
index 98025ec8a36f..7e86b37e5531 100644
--- a/sc/source/core/data/documen7.cxx
+++ b/sc/source/core/data/documen7.cxx
@@ -456,8 +456,6 @@ void ScDocument::CalcFormulaTree( bool bOnlyForced, bool bProgressBar, bool bSet
else
pCell = nullptr;
}
- if ( ScProgress::IsUserBreak() )
- pCell = nullptr;
}
if ( bProgress )
ScProgress::DeleteInterpretProgress();