From 4fcdc546f065ef2b4098fa3de12325687f1e3389 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 13 Sep 2012 17:49:20 +0200 Subject: fdo#49677: ODF export: always add xlink:type attribute The xlink:type was optional on text:a and draw:a elements in ODF 1.1 but is mandatory in ODF 1.2 Change-Id: Ifc7301ed1b0120d31a156751888dea1a55e952fe (cherry picked from commit a27a6b68b7e4d2a4674b4de59fc487b17c7c9907) Reviewed-on: https://gerrit.libreoffice.org/615 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- xmloff/source/text/txtflde.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx index fc550cf76bb9..02f7943c7c53 100644 --- a/xmloff/source/text/txtflde.cxx +++ b/xmloff/source/text/txtflde.cxx @@ -1696,6 +1696,7 @@ void XMLTextFieldExport::ExportFieldHelper( ProcessString(XML_TARGET_FRAME_NAME, GetStringProperty(sPropertyTargetFrame,rPropSet), sal_True, XML_NAMESPACE_OFFICE); + GetExport().AddAttribute( XML_NAMESPACE_XLINK, XML_TYPE, XML_SIMPLE ); SvXMLElementExport aUrlField(rExport, XML_NAMESPACE_TEXT, XML_A, sal_False, sal_False); GetExport().Characters(sPresentation); -- cgit v1.2.3