diff options
author | Dennis Roczek <dennisroczek@libreoffice.org> | 2015-08-09 14:43:44 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-08-09 14:40:07 +0000 |
commit | da0dd0e3ba3ba9310543923b9072d82a9f7590e2 (patch) | |
tree | 41586dfd2080518c61e31a3e6e90e8b72268ef42 /drawinglayer | |
parent | 958ec9ccfe3bbe54369f9e9105c10beae80d9548 (diff) |
fix comment typo fir --> for
Change-Id: I86be2828df897b859433eb0e06aef3e650ad7e55
Reviewed-on: https://gerrit.libreoffice.org/17610
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx b/drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx index 744d007cf269..f85f37259816 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. |