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 8b3acbe..667f7ef 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);
}