diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-02 18:56:25 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-03 00:01:50 +0200 |
commit | 3b28713ef82829fd1958d1ecf8c29b7391af78f5 (patch) | |
tree | 284d9bc97215b73f3ac25c1b25e33a5ef237ebdb /svx/inc/sdr | |
parent | 5a9bdcbb0dfd6f149d243cd69e158aa3ad70dd91 (diff) |
Fix typos
Change-Id: I5c95e180681220fc592400435d90e4d46603d41c
Reviewed-on: https://gerrit.libreoffice.org/76883
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/inc/sdr')
-rw-r--r-- | svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx index 732b5de30dec..9f7b1d0f020d 100644 --- a/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx +++ b/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx @@ -48,7 +48,7 @@ namespace drawinglayer // all filled stuff using it will fit seamlessly together. // 'same' is in quotes since it is a UnitPolygon, so being relative to the // unit polygon of the local geometry (UnitPolyPolygon). The definition is complete - // when applying the also given transfomation (maTransform) + // when applying the also given transformation (maTransform) basegfx::B2DPolyPolygon const maUnitDefinitionPolyPolygon; protected: |