summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2011-12-01 23:41:42 +0200
committerLior Kaplan <kaplanlior@gmail.com>2011-12-01 23:41:42 +0200
commite10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb (patch)
tree89eeb4275f134a589f5a6fe9be392a40fd86d4ee /sd
parent9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff)
typo fix: explicitely -> explicitly
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/CustomAnimationEffect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/core/CustomAnimationEffect.cxx b/sd/source/core/CustomAnimationEffect.cxx
index c6f3319bc744..054fcd0c4748 100644
--- a/sd/source/core/CustomAnimationEffect.cxx
+++ b/sd/source/core/CustomAnimationEffect.cxx
@@ -2097,7 +2097,7 @@ void EffectSequenceHelper::implRebuild()
}
else
{
- // empty sequence, set duration to 0.0 explicitely
+ // empty sequence, set duration to 0.0 explicitly
// (otherwise, this sequence will never end)
mxSequenceRoot->setDuration( makeAny((double)0.0) );
}
@@ -3325,7 +3325,7 @@ void MainSequence::createMainSequence()
mxSequenceRoot->setUserData( aUserData );
// empty sequence until now, set duration to 0.0
- // explicitely (otherwise, this sequence will never
+ // explicitly (otherwise, this sequence will never
// end)
mxSequenceRoot->setDuration( makeAny((double)0.0) );