diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-04 15:37:02 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-07-04 16:21:07 +0200 |
commit | 8eaaeb50aea08748102f2f52bd7341f867634224 (patch) | |
tree | b1833cb3b58d95b25284262147ec41df525990fa /vcl/source | |
parent | 1e2c17a35057abf81395b381e290ccb07c09bb38 (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.cxx | 2 |
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 ); |