summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/ppt/pptinanimations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/pptinanimations.cxx b/sd/source/filter/ppt/pptinanimations.cxx
index eba584d2252a..62d1b4e6b695 100644
--- a/sd/source/filter/ppt/pptinanimations.cxx
+++ b/sd/source/filter/ppt/pptinanimations.cxx
@@ -2609,7 +2609,7 @@ void AnimationImporter::importAnimateKeyPoints( const Atom* pAtom, const Referen
{
pValue = pAtom->findNextChildAtom(pValue);
if( pValue && pValue->getType() == DFF_msofbtAnimAttributeValue )
- importAttributeValue( pValue, aValue2 );
+ (void)importAttributeValue( pValue, aValue2 );
bool bCouldBeFormula = false;
bool bHasValue = aValue2.hasValue();