diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-03-01 12:57:46 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-03-01 12:23:10 +0000 |
commit | f5a352f560d2cd2cdb4f23456ca2be0f728ee8ad (patch) | |
tree | 293f51f5bba1329681ed0e6724eea28669c2cea1 /drawinglayer | |
parent | bb1d1aa2fee82004c18682fd3b24246491f0cb13 (diff) |
Fix typo
Change-Id: I6bc3777231bada3a1abf2a1e57645d9ceb93acb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148048
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index 2f9f75369207..c2c3ad698b40 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -2008,7 +2008,7 @@ void VclMetafileProcessor2D::processPolyPolygonGradientPrimitive2D( if (!rGradientCandidate.getFillGradient().getColorSteps().empty()) { - // MCGR: if we have COlorSteps, do not try to fallbacl to old VCL-Gradient, + // MCGR: if we have COlorSteps, do not try to fallback to old VCL-Gradient, // that will *not* be capable of representing this properly. Use the // correct decomposition instead process(rGradientCandidate); |