diff options
author | Eike Rathke <erack@redhat.com> | 2018-12-13 17:25:52 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-12-13 21:26:41 +0100 |
commit | 6702323a10b16c3733da4f57e426d0a1247acf49 (patch) | |
tree | 21c5acf2ddd2b1c708720324a522993e345594cd /sc | |
parent | 775d93cdbf936563f0387e1fca91abc25471838b (diff) |
Remove moot comment
ScMarkData is passed since long.
Change-Id: I7bf66d1f66d66287206ba4ef69c89f9b020103c6
Reviewed-on: https://gerrit.libreoffice.org/65123
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-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; |