summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-25 15:43:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-26 11:55:20 +0100
commitcf828ae14324eca743c7a51f79ffe22238d1fe8f (patch)
tree0278c06092acddea76b74835ddc829201a6ef954 /include/svtools
parentda457f41f8f0a14014ff9f122467f3a26eb1ac20 (diff)
rename one ImplHitTest so using window::ImplHitTest can be dropped
Change-Id: I8a77654d4c6629ee76d57fc26bb022c69dab0b9a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111559 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/ruler.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index 27d52b220635..8acc70aa14c1 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -688,8 +688,7 @@ private:
virtual void ApplySettings(vcl::RenderContext& rRenderContext) override;
- using Window::ImplHitTest;
- SVT_DLLPRIVATE bool ImplHitTest( const Point& rPosition,
+ SVT_DLLPRIVATE bool ImplDoHitTest( const Point& rPosition,
RulerSelection* pHitTest,
bool bRequiredStyle = false,
RulerIndentStyle nRequiredStyle = RulerIndentStyle::Top ) const;