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

New commits:
commit f5a352f560d2cd2cdb4f23456ca2be0f728ee8ad
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Mar 1 12:57:46 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Mar 1 12:23:10 2023 +0000

    Fix typo
    
    Change-Id: I6bc3777231bada3a1abf2a1e57645d9ceb93acb8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148048
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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);

Reply via email to