[Libreoffice-commits] core.git: include/drawinglayer
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Feb 9 11:25:46 UTC 2020
include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7c34b984f9d8bfbc0fe92d65869a638d9fd89690
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Feb 9 11:10:03 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list