summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-03-07 16:57:42 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-03-07 17:36:14 +0100
commit195b8491d0299038fb64d19463e3ce90905bf346 (patch)
tree631e2b028ef5f8ba4add0c10934de38519175263 /writerfilter
parent1cded3f89a8759c91830bb5844b8dac54af24944 (diff)
DOCX strict import: fix headers
Now that the document has a header, better to just test the bottom margin, as in case there is a header, the top margin has different semantics in Word and Writer. Change-Id: I11212965ecd364cdc8a205c3ab3b8b71ed12944b
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/model.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 0a84d4faf460..c31bbef1ac9e 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -19,6 +19,7 @@
<model xmlns:rng="http://relaxng.org/ns/structure/1.0">
<namespace-alias name="http://www.w3.org/XML/1998/namespace" alias="xml" id="xml"/>
<namespace-alias name="http://schemas.openxmlformats.org/officeDocument/2006/relationships" alias="relationships" id="officeRel"/>
+ <namespace-alias name="http://purl.oclc.org/ooxml/officeDocument/relationships" alias="relationships" id="officeRel"/>
<namespace-alias name="urn:schemas-microsoft-com:office:office" alias="office" id="vmlOffice"/>
<namespace-alias name="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" alias="theme" id="officeRelTheme"/>
<namespace-alias name="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" alias="wordprocessingDrawing" id="dmlWordDr"/>