Kaydet (Commit) 8d5a7486 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typos

Change-Id: Id59caa7da8fdfd613eb3b97196c52131aeb7378c
Reviewed-on: https://gerrit.libreoffice.org/58375
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst df6ba650
......@@ -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;
}
......
......@@ -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;
}
......
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment