From c50754904553471f799bb3902631a89c2c8c666a Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 16 Mar 2020 13:45:20 +0100 Subject: DOCX import: declare w14 as a supported feature This is needed (but not enough) to support markup like this: Change-Id: I598b0452b5d29624ed0a6795682c29a09fd0dcfe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90564 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- writerfilter/source/ooxml/OOXMLFastContextHandler.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'writerfilter') diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx index 19dc3bb917e0..6359cb3b044d 100644 --- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx +++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx @@ -123,6 +123,7 @@ bool OOXMLFastContextHandler::prepareMceContext(Token_t nElement, const uno::Ref static const char* aFeatures[] = { "wps", "wpg", + "w14", }; for (const char *p : aFeatures) { -- cgit