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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 1 00:38:08 UTC 2018


 sd/source/filter/ppt/pptinanimations.cxx |    2 +-
 svx/source/svdraw/svdopath.cxx           |    2 +-
 vcl/source/gdi/bmpfast.cxx               |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8d5a74868383e5405a2225d6a7268dec5ca9cbff
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 31 23:49:50 2018 +0200
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed Aug 1 02:37:46 2018 +0200

    Fix typos
    
    Change-Id: Id59caa7da8fdfd613eb3b97196c52131aeb7378c
    Reviewed-on: https://gerrit.libreoffice.org/58375
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/sd/source/filter/ppt/pptinanimations.cxx b/sd/source/filter/ppt/pptinanimations.cxx
index 60a59688d6c3..18c3b82988f4 100644
--- a/sd/source/filter/ppt/pptinanimations.cxx
+++ b/sd/source/filter/ppt/pptinanimations.cxx
@@ -2150,7 +2150,7 @@ void AnimationImporter::importAnimateKeyPoints( const Atom* pAtom, const Referen
                         pValue = Atom::findNextChildAtom(pValue);
                         if( pValue && pValue->getType() == DFF_msofbtAnimAttributeValue )
                         {
-                            // Any occurence of the formula becomes the formula of the whole list.
+                            // Any occurrence of the formula becomes the formula of the whole list.
                             if (importAttributeValue(pValue, aValue2))
                                 aValue2 >>= aFormula;
                         }
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx
index ec60bc5a857a..63acf8d4f9f5 100644
--- a/svx/source/svdraw/svdopath.cxx
+++ b/svx/source/svdraw/svdopath.cxx
@@ -2322,7 +2322,7 @@ void SdrPathObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fract
         // manipulate at all - that may change aGeo rapidly (and wrongly) in
         // SdrTextObj::NbcResize. Combined with the UNO API trying to not 'apply'
         // a rotation but to manipulate the existing one, this is fatal. So just
-        // avoid this error as long as we have to deal with unprecise geometry
+        // avoid this error as long as we have to deal with imprecise geometry
         // manipulations
         return;
     }
diff --git a/vcl/source/gdi/bmpfast.cxx b/vcl/source/gdi/bmpfast.cxx
index 3f1d678f9767..ebc181e42d07 100644
--- a/vcl/source/gdi/bmpfast.cxx
+++ b/vcl/source/gdi/bmpfast.cxx
@@ -440,7 +440,7 @@ bool ImplFastBitmapConversion( BitmapBuffer& rDst, const BitmapBuffer& rSrc,
         // TODO: rDst.mnFormat ^= ScanlineFormat::TopDown;
         return false;
 
-    // offseted conversion is not implemented yet
+    // offsetted conversion is not implemented yet
     if( rTR.mnSrcX || rTR.mnSrcY )
         return false;
     if( rTR.mnDestX || rTR.mnDestY )
@@ -680,7 +680,7 @@ bool ImplFastBitmapBlending( BitmapWriteAccess const & rDstWA,
         // TODO: rDst.mnFormat ^= ScanlineFormat::TopDown;
         return false;
 
-    // offseted blending is not implemented yet
+    // offsetted blending is not implemented yet
     if( rTR.mnSrcX || rTR.mnSrcY )
         return false;
     if( rTR.mnDestX || rTR.mnDestY )


More information about the Libreoffice-commits mailing list