diff --git a/include/svx/polypolygoneditor.hxx b/include/svx/polypolygoneditor.hxx index bd2051ab7b26..7c43ca6a3f31 100644 --- a/include/svx/polypolygoneditor.hxx +++ b/include/svx/polypolygoneditor.hxx @@ -51,7 +51,7 @@ public: */ bool SetPointsSmooth( basegfx::B2VectorContinuity eFlags, const std::set< sal_uInt16 >& rAbsPoints); - /** Outputs the realative position ( polygon number and point number in that polygon ) from the absolut point number. + /** Outputs the relative position ( polygon number and point number in that polygon ) from the absolut point number. False is returned if the given absolute point is greater not inside this B2DPolyPolygon */ static bool GetRelativePolyPoint( const basegfx::B2DPolyPolygon& rPoly, sal_uInt32 nAbsPnt, sal_uInt32& rPolyNum, sal_uInt32& rPointNum ); diff --git a/sw/source/core/access/accfield.cxx b/sw/source/core/access/accfield.cxx index 49584c1542a7..3883bb20a359 100644 --- a/sw/source/core/access/accfield.cxx +++ b/sw/source/core/access/accfield.cxx @@ -175,7 +175,7 @@ uno::Reference< XAccessible > SAL_CALL SwAccessibleField::getAccessibleAtPoint( There are two modes. - - realative + - relative Return bounding box relative to parent if parent is no root frame. Otherwise return the absolute bounding box.