diff options
-rw-r--r-- | sc/source/core/data/documen4.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/data/documen4.cxx b/sc/source/core/data/documen4.cxx index c8065b021455..040f5e6b5dc0 100644 --- a/sc/source/core/data/documen4.cxx +++ b/sc/source/core/data/documen4.cxx @@ -614,8 +614,6 @@ bool ScDocument::GetSelectionFunction( ScSubTotalFunc eFunc, if (maTabs[*itr]) maTabs[*itr]->UpdateSelectionFunction(aData, aMark); - //TODO: pass rMark to UpdateSelection Function !!!!! - rResult = aData.getResult(); if (aData.bError) rResult = 0.0; |