diff --git a/oox/source/ppt/timenodelistcontext.cxx b/oox/source/ppt/timenodelistcontext.cxx index 47cb777..ba7268d 100644 --- a/oox/source/ppt/timenodelistcontext.cxx +++ b/oox/source/ppt/timenodelistcontext.cxx @@ -695,7 +695,7 @@ namespace oox { namespace ppt { // sd/source/filter/ppt/pptinanimations.cxx if(attribs.hasAttribute( XML_by ) ) { - sal_Int32 nBy = attribs.getInteger( XML_by, 0 ); + sal_Int32 nBy = attribs.getInteger( XML_by, 0 ) / 60000; //1 PowerPoint-angle-unit = 1/60000 degree pNode->setBy( makeAny( (double) nBy ) ); } if(attribs.hasAttribute( XML_from ) )