summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-08-10 14:50:10 +0200
committerJan Holesovsky <kendy@collabora.com>2017-08-10 14:54:14 +0200
commit2ae717f2d722d78b29b51dc40194b64ab3bb5bc8 (patch)
tree6dc6e1a85c1d0635f58298512fc705515896ccdf /sd
parentef2e6260fad38e26c8591ea88ded348db618270d (diff)
related tdf#111518 pptx: These attributes are not supposed to be here.
Change-Id: Ibd61bd32ce23f5966ec69d16540d6e4a70b4ad59
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/pptx-epptooxml.cxx2
1 files changed, 0 insertions, 2 deletions
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);
}