diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-01-08 22:01:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-01-09 10:22:37 +0100 |
commit | 625b370e423e0614efe9a34b0d2594045100aa04 (patch) | |
tree | 218e0b5b46d24ae93d3b91ec6552c19d04dbb3f8 /vcl/source | |
parent | 0cf0c2e193aeadf573af95ae118a1c7968d513be (diff) |
Fix typo
Change-Id: I44b6b006ca74a60cd00af7ee765b0e21be1afa48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109024
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/print.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index bbfac98a1797..267d23ad626b 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -200,7 +200,7 @@ void Printer::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() ); |