diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-12 17:28:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-13 20:03:39 +0100 |
commit | 0a83a11a5324333150dccd3faaeecbd2ec8d2aba (patch) | |
tree | 09764685a202f20ea1161c8895023ab033c6296d /svtools | |
parent | d1b3571fba171279d70ccaa0dfec1871f04439af (diff) |
rename Ruler::GetType to drop using Window::GetType
Change-Id: I78da4bb35f5f3e7253737ddc3be1460fbf605ad8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110831
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/ruler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx index 2caa18a0f3bc..170769684ba1 100644 --- a/svtools/source/control/ruler.cxx +++ b/svtools/source/control/ruler.cxx @@ -2309,7 +2309,7 @@ void Ruler::CancelDrag() } } -RulerType Ruler::GetType( const Point& rPos, sal_uInt16* pAryPos ) +RulerType Ruler::GetRulerType( const Point& rPos, sal_uInt16* pAryPos ) { RulerSelection aHitTest; |