From 4e544c7776207d2c7725e10a13896c9eb3265370 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 3 Feb 2021 15:36:03 +0100 Subject: tdf#91920 sw page gutter margin: add ODF filter Note that the context filter is not set, since fo:margin affects left margin, but should not affect the gutter margin. Also put the new entry at the end, but before the header and footer sections, so the attribute is written to the correct XML element. (cherry picked from commit 11e91719ef362e38b3b92e525763a5a89f4eeecb) Conflicts: schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng Change-Id: I3588d4e76cd713efed168eb93b9456bba96727fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110627 Tested-by: Jenkins CollaboraOffice Reviewed-by: Miklos Vajna --- include/xmloff/xmltoken.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index daa4a74db6a2..74e51fb7c41e 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3371,6 +3371,7 @@ namespace xmloff { namespace token { XML_RESOLVED, XML_PAGE_CONTENT_BOTTOM, + XML_MARGIN_GUTTER, XML_TOKEN_END }; -- cgit v1.2.3