vcl/source/gdi/print.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b329ff293f137770c94c882b959ed362e0cb7d95 Author: Chris Sherlock <chris.sherloc...@gmail.com> AuthorDate: Thu Dec 24 14:08:11 2020 +1100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Sun Dec 27 07:21:49 2020 +0100 vcl: 'horizontically' Change-Id: Ied4c12f7a5abfe2728f23521d8b80f05076f71c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108252 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index fb3e5de9a95b..99931441de04 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -702,7 +702,7 @@ void Printer::DrawDeviceMask( const Bitmap& rMask, const Color& rMaskColor, if( aMask.GetBitCount() > 1 ) aMask.Convert( BmpConversion::N1BitThreshold ); - // mirrored horizontically + // mirrored horizontally if( aDestSz.Width() < 0 ) { aDestSz.setWidth( -aDestSz.Width() ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits