summaryrefslogtreecommitdiff
path: root/oox/source/ppt/commontimenodecontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/commontimenodecontext.cxx')
-rw-r--r--oox/source/ppt/commontimenodecontext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/commontimenodecontext.cxx b/oox/source/ppt/commontimenodecontext.cxx
index c6920899b45e..ca0c1c01da82 100644
--- a/oox/source/ppt/commontimenodecontext.cxx
+++ b/oox/source/ppt/commontimenodecontext.cxx
@@ -430,7 +430,7 @@ OUString getConvertedSubType( sal_Int16 nPresetClass, sal_Int32 nPresetId, sal_I
nEnum = AnimationFill::DEFAULT;
break;
}
- aProps[ NP_FILL ] <<= (sal_Int16)nEnum;
+ aProps[ NP_FILL ] <<= nEnum;
}
}
if( attribs.hasAttribute( XML_grpId ) )
@@ -578,7 +578,7 @@ OUString getConvertedSubType( sal_Int16 nPresetClass, sal_Int32 nPresetId, sal_I
nEnum = AnimationRestart::DEFAULT;
break;
}
- aProps[ NP_RESTART ] <<= (sal_Int16)nEnum;
+ aProps[ NP_RESTART ] <<= nEnum;
}
// ST_Percentage TODO
xAttribs->getOptionalValue( XML_spd /*"10000" */ );