vcl/skia/gdiimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 777d85be2e202a72eb5b4edeac8a1dabae09328a Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jul 20 19:50:00 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Jul 21 10:23:29 2023 +0200 Removed executable bits on xml file Change-Id: I594bcf47eedcb2ee6964ea48f3a4bdffdb0734c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154682 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/svx/qa/unit/data/FontworkSameLetterHeights.fodg b/svx/qa/unit/data/FontworkSameLetterHeights.fodg old mode 100755 new mode 100644 commit 55f22949a96a5b05d661dc8619e170190e1a9345 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Jul 21 08:30:54 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Jul 21 10:23:15 2023 +0200 Fix typo Change-Id: I56dedfc5eb14df5578f0a14a7a47f73d09c23884 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154686 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx index 77aaa19df85c..fef54c8c1326 100644 --- a/vcl/skia/gdiimpl.cxx +++ b/vcl/skia/gdiimpl.cxx @@ -1297,7 +1297,7 @@ bool SkiaSalGraphicsImpl::blendAlphaBitmap(const SalTwoRect& rPosAry, const SalBitmap& rMaskBitmap, const SalBitmap& rAlphaBitmap) { - // tdf#156361 use slow blending path if alpha mask blending is diabled + // tdf#156361 use slow blending path if alpha mask blending is disabled // SkiaSalGraphicsImpl::blendBitmap() fails unexpectedly in the following // cases so return false and use the non-Skia alpha mask blending code: // - Unexpected white areas when running a slideshow or printing: