diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:34:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:51 +0200 |
commit | 45f28fb2125eb190e45c3df74e335fce3035872c (patch) | |
tree | 5ee25b93e792a7c988e464449c53d87aa72ca5a4 /include | |
parent | 8de88d9f631ae21a87ab7a0374ab81d1f4dfa966 (diff) |
typo: realative -> relative
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/polypolygoneditor.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |