diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-08 10:44:48 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-09 12:18:34 +0200 |
commit | 91eb9211a55708c075efa9e40e4fe17181a5a6f5 (patch) | |
tree | 7f1c93ffc22a8bfbd8e5a802047b032ce1eac66b /include | |
parent | 6c0101e2a5222f89f83ac04d004bfc8ac2cb005f (diff) |
Fix typo
Change-Id: I2a50d07366a95aa9049fd2dea5010f2d6c8e969c
Reviewed-on: https://gerrit.libreoffice.org/75262
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/drawinglayer/primitive2d/textprimitive2d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/textprimitive2d.hxx b/include/drawinglayer/primitive2d/textprimitive2d.hxx index 2c6e9b4476e6..4e2fc0f6699f 100644 --- a/include/drawinglayer/primitive2d/textprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/textprimitive2d.hxx @@ -152,7 +152,7 @@ namespace drawinglayer /// helpers /** get text outlines as polygons and their according ObjectTransformation. Handles all - the necessary VCL outline extractions, scaling adaptions and other stuff. + the necessary VCL outline extractions, scaling adaptations and other stuff. */ void getTextOutlinesAndTransformation(basegfx::B2DPolyPolygonVector& rTarget, basegfx::B2DHomMatrix& rTransformation) const; |