typo: secunden -> seconds
This commit is contained in:
@@ -637,7 +637,7 @@ void Ppt97Animation::createAndSetCustomAnimationEffect( SdrObject* pObj )
|
|||||||
pEffect->setBegin( this->GetDelayTimeInSeconds() );
|
pEffect->setBegin( this->GetDelayTimeInSeconds() );
|
||||||
|
|
||||||
// some effects need a different duration than that of the mapped preset effect
|
// 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 ) )
|
if( this->GetSpecialDuration( fDurationInSeconds ) )
|
||||||
pEffect->setDuration( fDurationInSeconds );
|
pEffect->setDuration( fDurationInSeconds );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user