Kaydet (Commit) a7eedd28 authored tarafından Steve Yin's avatar Steve Yin

Bug 119844 - [From Symphony]The Spin effect's amount property losts when saved pptx to odp

üst a66c0e11
......@@ -804,7 +804,7 @@ namespace oox { namespace ppt {
if(attribs.hasAttribute( XML_by ) )
{
sal_Int32 nBy = attribs.getInteger( XML_by, 0 );
pNode->setBy( makeAny( nBy ) );
pNode->setBy( makeAny( (double)nBy ) );
}
if(attribs.hasAttribute( XML_from ) )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment