[Libreoffice-commits] core.git: vcl/source

Chris Sherlock (via logerrit) logerrit at kemper.freedesktop.org
Sun Dec 27 06:22:31 UTC 2020


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

New commits:
commit b329ff293f137770c94c882b959ed362e0cb7d95
Author:     Chris Sherlock <chris.sherlock79 at gmail.com>
AuthorDate: Thu Dec 24 14:08:11 2020 +1100
Commit:     Adolfo Jayme Barrientos <fitojb at 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 <fitojb at 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() );


More information about the Libreoffice-commits mailing list