From d23f07cc28ae97a81491a767ad75a3eef6be75da Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 10 Apr 2014 10:17:42 +0200 Subject: typo: secunden -> seconds --- sd/source/filter/ppt/ppt97animations.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- cgit