summaryrefslogtreecommitdiff
path: root/xmloff/source/script
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2010-04-20 17:18:54 +0200
committerNiklas Nebel <nn@openoffice.org>2010-04-20 17:18:54 +0200
commit211863dd571a01c83c6babbe2b880ed82cf85926 (patch)
treeb094da2fd7c10324bfa5e3df358506607652a820 /xmloff/source/script
parent061fe208f31c6a2ea73c92a89ec85fcdca349985 (diff)
calc53: #i110911# write required xlink:type attributes, column element for cached table
Diffstat (limited to 'xmloff/source/script')
-rw-r--r--xmloff/source/script/XMLScriptExportHandler.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/script/XMLScriptExportHandler.cxx b/xmloff/source/script/XMLScriptExportHandler.cxx
index 724b6b0d2337..e04467d1e491 100644
--- a/xmloff/source/script/XMLScriptExportHandler.cxx
+++ b/xmloff/source/script/XMLScriptExportHandler.cxx
@@ -75,6 +75,9 @@ void XMLScriptExportHandler::Export(
OUString sTmp;
rValues[i].Value >>= sTmp;
rExport.AddAttribute(XML_NAMESPACE_XLINK, XML_HREF, sTmp);
+
+ // #i110911# xlink:type="simple" is required
+ rExport.AddAttribute(XML_NAMESPACE_XLINK, XML_TYPE, XML_SIMPLE);
}
// else: disregard
}