drawinglayer/source/primitive2d/patternfillprimitive2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6a79bc4324427c79ed5b4dd7b8aba20e95d10be2 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Apr 22 21:56:53 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Tue Apr 23 09:20:54 2019 +0200 Fix typo Change-Id: Ia2a03b59b177ca74c5726db568013949a4a1d1cb Reviewed-on: https://gerrit.libreoffice.org/71082 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx b/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx index 8296554f5dc9..1435e12d9c9f 100644 --- a/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx @@ -99,7 +99,7 @@ namespace drawinglayer { Primitive2DContainer aContent; - // see if buffering is wanted. it is wanted, create buffered content in given resolution + // see if buffering is wanted. If so, create buffered content in given resolution if(0 != mnDiscreteWidth && 0 != mnDiscreteHeight) { const geometry::ViewInformation2D aViewInformation2D; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
