[Libreoffice-commits] core.git: sd/source

Jan Holesovsky kendy at collabora.com
Thu Aug 10 12:55:55 UTC 2017


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

New commits:
commit 2ae717f2d722d78b29b51dc40194b64ab3bb5bc8
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Aug 10 14:50:10 2017 +0200

    related tdf#111518 pptx: These attributes are not supposed to be here.
    
    Change-Id: Ibd61bd32ce23f5966ec69d16540d6e4a70b4ad59

diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx
index 8b3acbe9e642..667f7ef6bbba 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -1013,8 +1013,6 @@ void PowerPointExport::WriteAnimationNodeAnimate(const FSHelperPtr& pFS, const R
     else
     {
         pFS->startElementNS(XML_p, nXmlNodeType,
-                            XML_calcmode, pCalcMode,
-                            XML_valueType, pValueType,
                             XML_path, OUStringToOString(aPath, RTL_TEXTENCODING_UTF8),
                             FSEND);
     }


More information about the Libreoffice-commits mailing list