Kaydet (Commit) 45f28fb2 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: realative -> relative

üst 8de88d9f
...@@ -51,7 +51,7 @@ public: ...@@ -51,7 +51,7 @@ public:
*/ */
bool SetPointsSmooth( basegfx::B2VectorContinuity eFlags, const std::set< sal_uInt16 >& rAbsPoints); 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 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 ); static bool GetRelativePolyPoint( const basegfx::B2DPolyPolygon& rPoly, sal_uInt32 nAbsPnt, sal_uInt32& rPolyNum, sal_uInt32& rPointNum );
......
...@@ -175,7 +175,7 @@ uno::Reference< XAccessible > SAL_CALL SwAccessibleField::getAccessibleAtPoint( ...@@ -175,7 +175,7 @@ uno::Reference< XAccessible > SAL_CALL SwAccessibleField::getAccessibleAtPoint(
There are two modes. There are two modes.
- realative - relative
Return bounding box relative to parent if parent is no root Return bounding box relative to parent if parent is no root
frame. Otherwise return the absolute bounding box. frame. Otherwise return the absolute bounding box.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment