typo: secunden -> seconds
This commit is contained in:
parent
643bbd6041
commit
d23f07cc28
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user