vcl/source/bitmap/BitmapEx.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 28d2ac7c10cc6ef7199781a786d8a3514a14b6be Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Oct 24 07:50:14 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Oct 24 10:09:57 2023 +0200 Fix typo Change-Id: Ib2e612960f27d103bd25d14b86fa9eb0c0422669 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158367 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/source/bitmap/BitmapEx.cxx b/vcl/source/bitmap/BitmapEx.cxx index 7160a5064453..d29a4aaaff40 100644 --- a/vcl/source/bitmap/BitmapEx.cxx +++ b/vcl/source/bitmap/BitmapEx.cxx @@ -678,7 +678,7 @@ namespace { const Size aDestinationSizePixel(aDestination.GetSizePixel()); - // tdf#157795 set color to black outside of of bitmap bounds + // tdf#157795 set color to black outside of bitmap bounds // Due to commit 81994cb2b8b32453a92bcb011830fcb884f22ff3, // transparent areas are now black instead of white. const BitmapColor aOutside(0x0, 0x0, 0x0);