summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-31 23:49:50 +0200
committerJens Carl <j.carl43@gmx.de>2018-08-01 02:37:46 +0200
commit8d5a74868383e5405a2225d6a7268dec5ca9cbff (patch)
tree386f5d5965b8156ad9f851dd7ba01f11196abd66
parentdf6ba650469a6f2fda06ef1c2e107ccdd3570505 (diff)
Fix typos
Change-Id: Id59caa7da8fdfd613eb3b97196c52131aeb7378c Reviewed-on: https://gerrit.libreoffice.org/58375 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r--sd/source/filter/ppt/pptinanimations.cxx2
-rw-r--r--svx/source/svdraw/svdopath.cxx2
-rw-r--r--vcl/source/gdi/bmpfast.cxx4
3 files changed, 4 insertions, 4 deletions
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 )