summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/pptexanimations.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/pptexanimations.cxx')
-rw-r--r--sd/source/filter/eppt/pptexanimations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptexanimations.cxx b/sd/source/filter/eppt/pptexanimations.cxx
index 2dcea0df8a8d..3ca397048a8e 100644
--- a/sd/source/filter/eppt/pptexanimations.cxx
+++ b/sd/source/filter/eppt/pptexanimations.cxx
@@ -909,7 +909,7 @@ void AnimationExporter::GetUserData( const Sequence< NamedValue >& rUserData, co
}
else if ( p->Name == "master-element" )
{
- pAny[ DFF_ANIM_AFTEREFFECT ] = &(p->Value);;
+ pAny[ DFF_ANIM_AFTEREFFECT ] = &(p->Value);
}
p++;
}