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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 28 08:57:21 UTC 2020


 vcl/source/graphic/GraphicObject.cxx |    2 +-
 vcl/source/outdev/transparent.cxx    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4144717f3e02f6c1d8fe48fce7d26950413ad44b
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Dec 27 23:56:13 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Dec 28 09:56:35 2020 +0100

    Fix typo
    
    Change-Id: I56b701c83ddffb6628a80683e461102fcbd2db69
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108387
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/source/graphic/GraphicObject.cxx b/vcl/source/graphic/GraphicObject.cxx
index ffb2cc776bc5..95e80ffa8c35 100644
--- a/vcl/source/graphic/GraphicObject.cxx
+++ b/vcl/source/graphic/GraphicObject.cxx
@@ -468,7 +468,7 @@ bool GraphicObject::Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz,
 
     pOut->SetDrawMode( nOldDrawMode & ~DrawModeFlags( DrawModeFlags::SettingsLine | DrawModeFlags::SettingsFill | DrawModeFlags::SettingsText | DrawModeFlags::SettingsGradient ) );
 
-    // mirrored horizontically
+    // mirrored horizontally
     if( aSz.Width() < 0 )
     {
         aPt.AdjustX(aSz.Width() + 1 );
diff --git a/vcl/source/outdev/transparent.cxx b/vcl/source/outdev/transparent.cxx
index 358b8bba6857..c6e0406f319c 100644
--- a/vcl/source/outdev/transparent.cxx
+++ b/vcl/source/outdev/transparent.cxx
@@ -126,7 +126,7 @@ void OutputDevice::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