[Libreoffice-commits] core.git: vcl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jan 9 09:23:20 UTC 2021
vcl/source/gdi/print.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 625b370e423e0614efe9a34b0d2594045100aa04
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 8 22:01:48 2021 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jan 9 10:22:37 2021 +0100
Fix typo
Change-Id: I44b6b006ca74a60cd00af7ee765b0e21be1afa48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109024
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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() );
More information about the Libreoffice-commits
mailing list