summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:17:42 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:25 +0200
commitd23f07cc28ae97a81491a767ad75a3eef6be75da (patch)
tree6d52f1141c80fa7d17cda385e467cea4e3b67fcd /sd/source
parent643bbd6041fb826a22a4d4f8a6abe6bc66a1a9b4 (diff)
typo: secunden -> seconds
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/filter/ppt/ppt97animations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/ppt97animations.cxx b/sd/source/filter/ppt/ppt97animations.cxx
index 241407338503..be0b8a6c12de 100644
--- a/sd/source/filter/ppt/ppt97animations.cxx
+++ b/sd/source/filter/ppt/ppt97animations.cxx
@@ -637,7 +637,7 @@ void Ppt97Animation::createAndSetCustomAnimationEffect( SdrObject* pObj )
pEffect->setBegin( this->GetDelayTimeInSeconds() );
// some effects need a different duration than that of the mapped preset effect
- double fDurationInSeconds = 1.0;//in secunden
+ double fDurationInSeconds = 1.0; //in seconds
if( this->GetSpecialDuration( fDurationInSeconds ) )
pEffect->setDuration( fDurationInSeconds );