From d350f0c712cf7b29d8c633be0394b63de0f8dc3a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 31 Aug 2020 14:55:28 +0200 Subject: Fix typo Change-Id: If76dc19adc13548afc0ee5b521321ca439da638d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101782 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/svx/svdmrkv.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svx/svdmrkv.hxx') diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx index bc4016d69801..f75ffa896d7e 100644 --- a/include/svx/svdmrkv.hxx +++ b/include/svx/svdmrkv.hxx @@ -101,7 +101,7 @@ class SVXCORE_DLLPUBLIC SdrMarkView : public SdrSnapView protected: SdrObject* mpMarkedObj; // If not just one object ( i.e. More than one object ) is marked. - SdrPageView* mpMarkedPV; // If all marked obects are situated on the same PageView. + SdrPageView* mpMarkedPV; // If all marked objects are situated on the same PageView. Point maRef1; // Persistent - Rotation center / axis of reflection Point maRef2; // Persistent @@ -453,7 +453,7 @@ public: // a vertical area of 200 logical units is sensitive. // - For a polygon, a rectangular of the size (200,200) is generated and a // touch test between Poly and this Rect is processed. -// - Obects which respond SdrObject::HasEdit()==TRUE ( e.g. a text frame ), +// - Objects which respond SdrObject::HasEdit()==TRUE ( e.g. a text frame ), // are specially treated: An additional sensitive area with a width of // 2*Tol (200 units for this example) is created around the object. // When an object is directly hit, the Edit method is called. -- cgit