diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-12-08 11:50:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-12-08 15:30:29 +0100 |
commit | b6e08b6a02a5ec7ff711fdbb2a5a43eb8b90580f (patch) | |
tree | 39a660588576d165103ffa73fe10b7c466f49cff /sc/source/ui/inc/hdrcont.hxx | |
parent | fcd05ee5e08063b7368473f590b43a3d4350d2de (diff) |
ScHeaderControl::GetMousePos only needs a Point, not a MouseEvent
Change-Id: I458b3199e1d882c6cd20f5ef5a783afded626a37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126541
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/hdrcont.hxx')
-rw-r--r-- | sc/source/ui/inc/hdrcont.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/hdrcont.hxx b/sc/source/ui/inc/hdrcont.hxx index 10a795e2c2c9..149db145e2be 100644 --- a/sc/source/ui/inc/hdrcont.hxx +++ b/sc/source/ui/inc/hdrcont.hxx @@ -66,7 +66,7 @@ private: bool bInRefMode; tools::Long GetScrPos( SCCOLROW nEntryNo ) const; - SCCOLROW GetMousePos( const MouseEvent& rMEvt, bool& rBorder ) const; + SCCOLROW GetMousePos(const Point& rPos, bool& rBorder) const; bool IsSelectionAllowed(SCCOLROW nPos) const; void ShowDragHelp(); void HideDragHelp(); |