summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-14 17:05:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-14 17:06:56 +0100
commit1d4e66a79453f7b020a3dcea328c03637407add9 (patch)
tree3fc584b43bd72943bb387ae128b67b76066c32f2
parent85ab76f7047abd14139548b3343cb27905f130e8 (diff)
fix export of ooo120353-1.odp to pptx, mismatch of start and end element
cut and paste error I guess from the block above it Change-Id: I121e1d1a9f08ea3731bb7f65c385f264b3c2d2f4
-rw-r--r--sd/source/filter/eppt/pptx-epptooxml.cxx2
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 );