summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-14 17:05:10 +0100
committerMichael Stahl <mstahl@redhat.com>2015-04-14 20:08:26 +0000
commitf9ac39aa8418745f959bc4daa0877fed23fc72c1 (patch)
tree425b538de6426009d625e2d6496d74dfbb10c9f2
parentd946f85440f4f225ecda88b121bad601b5573549 (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 (cherry picked from commit 1d4e66a79453f7b020a3dcea328c03637407add9) Reviewed-on: https://gerrit.libreoffice.org/15309 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
-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 980befa27606..2cb61d52535e 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -1093,7 +1093,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 );