diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-25 00:50:57 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-25 00:55:44 +0100 |
commit | 23fa98c829a1e7f677969690c711dc66c36765f9 (patch) | |
tree | cdf0aa685d650930f1722da15b136ecb61bd602d /sc | |
parent | 9f5263c477b82fef5aa9c3e79fb6af92aa049e24 (diff) |
remove this overoptimization
Change-Id: Ic87237bdf3f98fe90a882946d1d281d4dbd84e5f
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/fillinfo.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/data/fillinfo.cxx b/sc/source/core/data/fillinfo.cxx index 6606fc2b643e..f665bea8c276 100644 --- a/sc/source/core/data/fillinfo.cxx +++ b/sc/source/core/data/fillinfo.cxx @@ -534,9 +534,6 @@ void ScDocument::FillInfo( ScTableInfo& rTabInfo, SCCOL nX1, SCROW nY1, SCCOL nX for(std::vector<sal_uInt32>::const_iterator itr = rCondFormats.begin(); itr != rCondFormats.end() && !bFound; ++itr) { - if(!pInfo->pCell) - continue; - ScConditionalFormat* pCondForm = pCondFormList->GetFormat(*itr); if(!pCondForm) continue; |