Drop the non-compliant print-orientation attribute from the ODT class

This commit is contained in:
Veronica Berglyd Olsen
2024-04-16 21:51:54 +02:00
parent 17960d286f
commit 988d969de7
-1
View File
@@ -803,7 +803,6 @@ class ToOdt(Tokenizer):
_mkTag("fo", "margin-bottom"): self._mDocBtm,
_mkTag("fo", "margin-left"): self._mDocLeft,
_mkTag("fo", "margin-right"): self._mDocRight,
_mkTag("fo", "print-orientation"): "portrait",
})
xHead = ET.SubElement(xPage, _mkTag("style", "header-style"))