diff --git a/src/js/opendocument/OpenDocument.XmlWriter.js b/src/js/opendocument/OpenDocument.XmlWriter.js index ebedd0b..363f7de 100644 --- a/src/js/opendocument/OpenDocument.XmlWriter.js +++ b/src/js/opendocument/OpenDocument.XmlWriter.js @@ -70,7 +70,7 @@ OpenDocument.XmlWriter.prototype.addXmlnsAttributes = function () { .addAttribute("xmlns:xhtml", "http://www.w3.org/1999/xhtml") .addAttribute("xmlns:grddl", "http://www.w3.org/2003/g/data-view#") .addAttribute("xmlns:tableooo", "http://openoffice.org/2009/table") - .addAttribute("xmlns:vdrawooo", "http://openoffice.org/2010/draw") + .addAttribute("xmlns:drawooo", "http://openoffice.org/2010/draw") .addAttribute("xmlns:calcext", "urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0") .addAttribute("xmlns:loext", "urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0") .addAttribute("xmlns:field", "urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0")