From 0a83a11a5324333150dccd3faaeecbd2ec8d2aba Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 12 Feb 2021 17:28:02 +0000 Subject: rename Ruler::GetType to drop using Window::GetType MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I78da4bb35f5f3e7253737ddc3be1460fbf605ad8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110831 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sd/source/ui/view/sdruler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/view/sdruler.cxx b/sd/source/ui/view/sdruler.cxx index a3892acfd957..8490a05d2bd0 100644 --- a/sd/source/ui/view/sdruler.cxx +++ b/sd/source/ui/view/sdruler.cxx @@ -106,7 +106,7 @@ void Ruler::dispose() void Ruler::MouseButtonDown(const MouseEvent& rMEvt) { Point aMPos = rMEvt.GetPosPixel(); - RulerType eType = GetType(aMPos); + RulerType eType = GetRulerType(aMPos); if ( !pDrViewShell->GetView()->IsTextEdit() && rMEvt.IsLeft() && rMEvt.GetClicks() == 1 && -- cgit