[Libreoffice-commits] core.git: drawinglayer/source

Dennis Roczek dennisroczek at libreoffice.org
Sun Aug 9 07:40:30 PDT 2015


 drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da0dd0e3ba3ba9310543923b9072d82a9f7590e2
Author: Dennis Roczek <dennisroczek at libreoffice.org>
Date:   Sun Aug 9 14:43:44 2015 +0200

    fix comment typo fir --> for
    
    Change-Id: I86be2828df897b859433eb0e06aef3e650ad7e55
    Reviewed-on: https://gerrit.libreoffice.org/17610
    Reviewed-by: Maxim Monastirsky <momonasmon at gmail.com>
    Tested-by: Maxim Monastirsky <momonasmon at gmail.com>

diff --git a/drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx b/drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx
index 744d007..f85f372 100644
--- a/drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx
@@ -287,7 +287,7 @@ namespace drawinglayer
             // default creates overlapping fill which works with AntiAliasing and without.
             // The non-overlapping version does not create single filled polygons, but
             // PolyPolygons where each one describes a 'ring' for the gradient such
-            // that the rings will not overlap. This is useful fir the old XOR-paint
+            // that the rings will not overlap. This is useful for the old XOR-paint
             // 'trick' of VCL which is recorded in Metafiles; so this version may be
             // used from the MetafilePrimitive2D in it's decomposition.
 


More information about the Libreoffice-commits mailing list