drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 74a306ef4aa425a5637c7c4766600de6c4bc504c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed May 31 19:26:50 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed May 31 21:04:19 2023 +0200 Fix typo Change-Id: Ie108cc69cfd0d0e2837de3f1d38329f578866bd0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152461 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 86ac335907d7..9b536bcbd3d7 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -2311,7 +2311,7 @@ void VclMetafileProcessor2D::processTransparencePrimitive2D( // - vcl/source/filter/wmf/emfwr.cxx -> same // - vcl/source/filter/eps/eps.cxx -> same // NOTE: Theoretically it would be possible to make the new extended Gradient data - // available in metafiles, with the known limitiations (not backward comp, all + // available in metafiles, with the known limitations (not backward comp, all // places using it would need adaption, ...), but combined with knowing that nearly // all usages ignore or render it locally anyways makes that a non-option. pFiGradient = nullptr;