drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 006990b8d6337c232f0fe06fc284d83c44e6dc80 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed May 31 19:27:13 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed May 31 21:02:03 2023 +0200 Fix typo Change-Id: I0dfd64a270a2b669bceba435c2e01472ecf277f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152462 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 ea72d7ddccfc..c73fa508fb60 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -2278,7 +2278,7 @@ void VclMetafileProcessor2D::processTransparencePrimitive2D( // try to identify a single FillGradientPrimitive2D in the // transparence part of the primitive. The hope is to handle // the more specific case in a better way than the general - // TransparencePrimitive2D which has strongly seperated + // TransparencePrimitive2D which has strongly separated // definitions for transparency and content, both completely // free definable by primitives const primitive2d::FillGradientPrimitive2D* pFiGradient(nullptr);