[Libreoffice-commits] core.git: sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 13 20:27:14 UTC 2018
sc/source/core/data/documen4.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 6702323a10b16c3733da4f57e426d0a1247acf49
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Thu Dec 13 17:25:52 2018 +0100
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Thu Dec 13 21:26:41 2018 +0100
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 at redhat.com>
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;
More information about the Libreoffice-commits
mailing list