diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-10-24 07:50:14 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-24 10:09:57 +0200 |
commit | 28d2ac7c10cc6ef7199781a786d8a3514a14b6be (patch) | |
tree | 36d44ce80aabb4087232adbc067e2442be3a5334 /vcl/source/bitmap | |
parent | ed7d1c49c0a898772e7f81416b3414da8cc35f2e (diff) |
Fix typo
Change-Id: Ib2e612960f27d103bd25d14b86fa9eb0c0422669
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158367
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/bitmap')
-rw-r--r-- | vcl/source/bitmap/BitmapEx.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |