vcl/source/gdi/print.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 625b370e423e0614efe9a34b0d2594045100aa04
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jan 8 22:01:48 2021 +0100
Commit:     Julien Nabet <serval2...@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 <serval2...@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() );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to