summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabview.hxx
diff options
context:
space:
mode:
authorSahil <me.sahilgautam@gmail.com>2023-11-29 15:38:10 +0530
committerMike Kaganski <mike.kaganski@collabora.com>2023-12-07 12:03:17 +0100
commit0e942c11e074244224a9968046da105dc62656e8 (patch)
tree066b305e62b525531efa16a5a0b84d1d12c7697d /sc/source/ui/inc/tabview.hxx
parenta214ac677481883d31800bc2b67fd3a9c504319d (diff)
tdf#33201 Move Cell position logic inside the function
Previously to Highlight some cell's row/column, one had to get the current cell cursor position, and pass it to HighlightOverlay(), but now that is not required. Change-Id: I4d08bf1fa84fcbd4820fd166c1d137bd3d950413 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160151 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sc/source/ui/inc/tabview.hxx')
-rw-r--r--sc/source/ui/inc/tabview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx
index 8c69933cc1af..23419f463923 100644
--- a/sc/source/ui/inc/tabview.hxx
+++ b/sc/source/ui/inc/tabview.hxx
@@ -566,7 +566,7 @@ public:
* @param nModifier: 0, KEY_SHIFT, KEY_MOD1, KEY_SHIFT | KEY_MOD1
*/
void MarkRows(SCROW nRow, sal_Int16 nModifier);
- void HighlightOverlay(const ScAddress& rCell);
+ void HighlightOverlay();
void MarkDataArea( bool bIncludeCursor = true );
void MarkMatrixFormula();