[Libreoffice-commits] core.git: sc/source
Eike Rathke (via logerrit)
logerrit at kemper.freedesktop.org
Thu Aug 6 15:43:14 UTC 2020
sc/source/ui/app/inputhdl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9bda92c8e1473ba9324c4699be8d5a44781ed7d9
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Thu Aug 6 17:39:10 2020 +0200
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Thu Aug 6 17:42:33 2020 +0200
Yes. (remove wrong todo comment question)
Change-Id: Idf7716ad2087fbcd868e7e772ba8f2344eb995e5
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index b130cb87a0b4..377077f7032b 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -3404,7 +3404,7 @@ void ScInputHandler::SetReference( const ScRange& rRef, const ScDocument& rDoc )
DataChanging(); // Cannot be new
- // Turn around selection if backwards (TODO: Do we really need to do that?)
+ // Turn around selection if backwards.
if (pTableView)
{
ESelection aTabSel = pTableView->GetSelection();
More information about the Libreoffice-commits
mailing list