diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ppt/timenodelistcontext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/timenodelistcontext.cxx b/oox/source/ppt/timenodelistcontext.cxx index ca7f1cde248b..3c798f2fa526 100644 --- a/oox/source/ppt/timenodelistcontext.cxx +++ b/oox/source/ppt/timenodelistcontext.cxx @@ -718,7 +718,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 ) ) { |