include/drawinglayer/primitive2d/markerarrayprimitive2d.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 18b2d4b272e7aeb37e29c814bf0959198c2fa63e Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 9 11:09:56 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Feb 9 12:26:31 2020 +0100 Fix typo Change-Id: I67e5845b1e9b193ee8bf10b58333f613ef13c38f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88311 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/drawinglayer/primitive2d/markerarrayprimitive2d.hxx b/include/drawinglayer/primitive2d/markerarrayprimitive2d.hxx index 4a189cdf6760..43fb742a90ef 100644 --- a/include/drawinglayer/primitive2d/markerarrayprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/markerarrayprimitive2d.hxx @@ -33,7 +33,7 @@ namespace drawinglayer { /** MarkerArrayPrimitive2D class - This primtive defines an array of markers. Their size is defined + This primitive defines an array of markers. Their size is defined in pixels and independent from the view transformation which makes this primitive highly view-dependent. It is also transformation invariant, so that the bitmap is always visualized unscaled and _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
