diff options
Diffstat (limited to 'default.openxml')
| -rw-r--r-- | default.openxml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/default.openxml b/default.openxml index db36fa854..c2028c093 100644 --- a/default.openxml +++ b/default.openxml @@ -1,7 +1,12 @@ <?xml version="1.0" encoding="utf-8" ?> -<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" +<w:document + xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" - xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"> + xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" + xmlns:o="urn:schemas-microsoft-com:office:office" + xmlns:v="urn:schemas-microsoft-com:vml" + xmlns:w10="urn:schemas-microsoft-com:office:word" + xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" > <w:body> $body$ </w:body> |
