diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-31 19:26:50 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-31 21:04:19 +0200 |
commit | 74a306ef4aa425a5637c7c4766600de6c4bc504c (patch) | |
tree | 500eca7f71a1d044d1f137489fe5a615062657f6 /drawinglayer | |
parent | c58ff5befa4c9704ab54f365811af4beeea384a8 (diff) |
Fix typo
Change-Id: Ie108cc69cfd0d0e2837de3f1d38329f578866bd0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152461
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 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; |