summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/transparent.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-12-27 23:56:13 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-12-28 09:56:35 +0100
commit4144717f3e02f6c1d8fe48fce7d26950413ad44b (patch)
treeea9a6a44cda59b9217c60c8b533feb1ce7f3b83c /vcl/source/outdev/transparent.cxx
parent4987c82449183d47464c94d4ed0aa0bbf2abf3aa (diff)
Fix typo
Change-Id: I56b701c83ddffb6628a80683e461102fcbd2db69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108387 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/outdev/transparent.cxx')
-rw-r--r--vcl/source/outdev/transparent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/transparent.cxx b/vcl/source/outdev/transparent.cxx
index 358b8bba6857..c6e0406f319c 100644
--- a/vcl/source/outdev/transparent.cxx
+++ b/vcl/source/outdev/transparent.cxx
@@ -126,7 +126,7 @@ void OutputDevice::ImplPrintTransparent( const Bitmap& rBmp, const Bitmap& rMask
if( aMask.GetBitCount() > 1 )
aMask.Convert( BmpConversion::N1BitThreshold );
- // mirrored horizontically
+ // mirrored horizontally
if( aDestSz.Width() < 0 )
{
aDestSz.setWidth( -aDestSz.Width() );