summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2020-08-06 17:39:10 +0200
committerEike Rathke <erack@redhat.com>2020-08-06 17:42:33 +0200
commit9bda92c8e1473ba9324c4699be8d5a44781ed7d9 (patch)
treecaf454351386ab2e3f5d912aaba8a72c2cdf7018 /sc
parent8d04a3575f807b21aa36d4d88ef92f7f4a15179d (diff)
Yes. (remove wrong todo comment question)
Change-Id: Idf7716ad2087fbcd868e7e772ba8f2344eb995e5
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/app/inputhdl.cxx2
1 files changed, 1 insertions, 1 deletions
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();