diff options
-rw-r--r-- | sd/source/filter/eppt/pptx-epptooxml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx index 1ff74f5c79e9..f454540323c7 100644 --- a/sd/source/filter/eppt/pptx-epptooxml.cxx +++ b/sd/source/filter/eppt/pptx-epptooxml.cxx @@ -1106,7 +1106,7 @@ void PowerPointExport::WriteAnimationNodeCommonPropsStart( FSHelperPtr pFS, cons WriteAnimationCondition( pFS, aCondSeq[ i ], false, bMainSeqChild ); } else WriteAnimationCondition( pFS, aAny, false, bMainSeqChild ); - pFS->endElementNS( XML_p, XML_stCondLst ); + pFS->endElementNS( XML_p, XML_endCondLst ); } Reference< XEnumerationAccess > xEnumerationAccess( rXNode, UNO_QUERY ); |