include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7c34b984f9d8bfbc0fe92d65869a638d9fd89690 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 9 11:10:03 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Feb 9 12:25:06 2020 +0100 Fix typo Change-Id: I9350e0cc7e1b9e11ec3e5249c39abcf9e807f435 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88314 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx index e5acdc265273..4a474e9db7fc 100644 --- a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx +++ b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx @@ -33,7 +33,7 @@ namespace drawinglayer // e.g. a 3D cube without fill attributes. To still be able to use // primitives for HitTest functionality, the 3d decompositions produce // an as much as possible simplified fill geometry encapsulated in this - // primtive when there is no fill geometry. Currently, the 3d hit test + // primitive when there is no fill geometry. Currently, the 3d hit test // uses only areas, so maybe in a further enhanced version this will 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
