summaryrefslogtreecommitdiff
path: root/sd
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 /sd
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>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/ppt/pptinanimations.cxx2
1 files changed, 1 insertions, 1 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;
}