summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-09-04 10:10:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-09-05 10:19:00 +0200
commit8b7d0c2c39caa76461ca0c2d879c4615911cbb60 (patch)
tree81f2b86108124c301a1702b46a051664af38ab5e /sd
parentFix typo in code (diff)
downloadcore-8b7d0c2c39caa76461ca0c2d879c4615911cbb60.tar.gz
core-8b7d0c2c39caa76461ca0c2d879c4615911cbb60.zip
Fix typos
Change-Id: I5b2fdf1a43979d52282e8925959fd7c25077f46a Reviewed-on: https://gerrit.libreoffice.org/59969 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/pptx-animations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptx-animations.cxx b/sd/source/filter/eppt/pptx-animations.cxx
index 2f02c44a6a47..7a64828ddfd1 100644
--- a/sd/source/filter/eppt/pptx-animations.cxx
+++ b/sd/source/filter/eppt/pptx-animations.cxx
@@ -578,7 +578,7 @@ class NodeContext
const Reference<XAnimationNode>& mxNode;
const bool mbMainSeqChild;
- // Attributes inialized from mxNode->getUserData().
+ // Attributes initialized from mxNode->getUserData().
sal_Int16 mnEffectNodeType;
sal_Int16 mnEffectPresetClass;
OUString msEffectPresetId;