Apache OpenOffice (AOO) Bugzilla – Issue 119844
[From Symphony]The Spin effect's amount property losts when saved pptx to odp.
Last modified: 2014-04-02 07:57:10 UTC
Created attachment 78085 [details] sample file with spin animation build: AOO3.4 r1327774 steps: . Open the sample file. 2. Saved to file to odp file format, then reopen it. 3. press F5 to check animation effect. or Check the animation effect property in the file, the amount value is 0, should be 360. defect: animation effect is changed after save to odp
Root Cause: Export animation data module to odp and read amount property type must be Any of double object. But import pptx set the value type is sal_Int32. Resolution: Set the amount property is Any of double when import pptx.
"steve_y" committed SVN revision 1557961 into trunk: Bug 119844 - [From Symphony]The Spin effect's amount property losts when save...
UT passed.
Amount value is 10,000 on windows7 on Rev.1583418 AOO410m14(Build:9760)