sd/source/filter/eppt/pptx-epptooxml.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d4e66a79453f7b020a3dcea328c03637407add9
Author: Caolán McNamara <[email protected]>
Date:   Tue Apr 14 17:05:10 2015 +0100

    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

diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx 
b/sd/source/filter/eppt/pptx-epptooxml.cxx
index 1ff74f5..f454540 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 );
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to