summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/pptinanimations.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/ppt/pptinanimations.cxx')
-rw-r--r--sd/source/filter/ppt/pptinanimations.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/ppt/pptinanimations.cxx b/sd/source/filter/ppt/pptinanimations.cxx
index 2c3574f93d52..22b21c66c063 100644
--- a/sd/source/filter/ppt/pptinanimations.cxx
+++ b/sd/source/filter/ppt/pptinanimations.cxx
@@ -2432,7 +2432,7 @@ void AnimationImporter::importAnimateKeyPoints( const Atom* pAtom, const Referen
if( bHasValue )
{
- aValues[nKeyTime] = makeAny( ValuePair( aValue1, aValue2 ) );
+ aValues[nKeyTime] <<= ValuePair( aValue1, aValue2 );
}
else
{
@@ -2797,7 +2797,7 @@ void AnimationImporter::importTargetElementContainer( const Atom* pAtom, Any& rT
rTarget >>= aParaTarget.Shape;
/* FIXME: Paragraph should be sal_Int32 as well */
aParaTarget.Paragraph = static_cast<sal_Int16>(nPara);
- rTarget = makeAny( aParaTarget );
+ rTarget <<= aParaTarget;
rSubType = ShapeAnimationSubType::ONLY_TEXT;
dump( " paragraph %d,", (sal_Int32)nPara);