typo: secunden -> seconds

This commit is contained in:
Thomas Arnhold 2014-04-10 10:17:42 +02:00
parent 643bbd6041
commit d23f07cc28

View File

@ -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 );