summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-07-04 15:37:02 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-07-04 16:21:07 +0200
commit8eaaeb50aea08748102f2f52bd7341f867634224 (patch)
treeb1833cb3b58d95b25284262147ec41df525990fa /vcl/source
parent1e2c17a35057abf81395b381e290ccb07c09bb38 (diff)
Fix typo
Change-Id: Id187ef0b7d1d705dfc45a806fc6db459a278fdcd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170000 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/bitmap/BitmapEx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/bitmap/BitmapEx.cxx b/vcl/source/bitmap/BitmapEx.cxx
index c541579744b0..f00eff75ab9e 100644
--- a/vcl/source/bitmap/BitmapEx.cxx
+++ b/vcl/source/bitmap/BitmapEx.cxx
@@ -1288,7 +1288,7 @@ tools::Polygon BitmapEx::GetContour( bool bContourEdgeDetect,
sal_uInt16 nPolyPos = 0;
// tdf#161833 treat semi-transparent pixels as opaque
// Limiting the contour wrapping polygon to only opaque pixels
- // causes clipping of any shadows or other semi-transaprent
+ // causes clipping of any shadows or other semi-transparent
// areas in the image. So, instead of testing for fully opaque
// pixels, treat pixels that are not fully transparent as opaque.
const BitmapColor aTransparent = pAcc->GetBestMatchingColor( COL_ALPHA_TRANSPARENT );