include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c82db18b7fe5a30d46a1ed95d4877d2508dad818 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 9 11:09:54 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Feb 9 19:40:33 2020 +0100 Fix typo Change-Id: I5819aa47013d506853dfc08a728d614a95b39700 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88310 Tested-by: Jenkins Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx b/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx index e255dd862261..fe3acc64cd30 100644 --- a/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx @@ -31,7 +31,7 @@ namespace drawinglayer // This primitive is used to represent geometry for non-visible objects, // e.g. a PresObj's outline. To still be able to use primitives for HitTest // functionality, the 2d decompositions will produce an as much as possible - // simplified line geometry encapsulated in this primtive when there is no + // simplified line geometry encapsulated in this primitive when there is no // line geometry. In a further enhanced version this may change to 'if neither // filled nor lines' creation criteria. The whole primitive decomposes to nothing, // so no one not knowing it will be influenced. Only helper processors for hit test _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
