summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-31 14:55:28 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-01 08:52:10 +0200
commitd350f0c712cf7b29d8c633be0394b63de0f8dc3a (patch)
tree01bc3cb12091993bdd9528058563f81325c33bee /include/svx
parent01b91d1597661cfc32c7b9f57d7837e25bd7d418 (diff)
Fix typo
Change-Id: If76dc19adc13548afc0ee5b521321ca439da638d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101782 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdmrkv.hxx4
1 files changed, 2 insertions, 2 deletions
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.