From 7d202623b007979d9d0f93f6cd62c3c031d6d1d4 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Mon, 11 Dec 2017 19:14:07 +0200 Subject: Fix typos and grammar Change-Id: I4143da3c5a809118d57849664f6ab1d2e775837f Reviewed-on: https://gerrit.libreoffice.org/46253 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sd/source/ui/func/fudraw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/func') diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index 008321e0b0ee..a6e35ef27be3 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -523,7 +523,7 @@ void FuDraw::ForcePointer(const MouseEvent* pMEvt) if ((dynamic_cast(pObject) != nullptr) && (rMarkList.GetMarkCount() == 1)) { mpWindow->SetPointer(Pointer(PointerStyle::Rotate)); - bDefPointer = false; // Otherwise it'll be calles Joes routine and the mousepointer will reconfigurate again + bDefPointer = false; // Otherwise it'll be called Joe's routine and the mousepointer will reconfigurate again } } -- cgit