summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-12-05 14:00:52 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-12-05 14:19:15 +0100
commit8c73b16f5f18f3bc1dbf9ff6c1475db56b44d304 (patch)
tree05c6692f7d7fb4a16ae156f5b03586cf3f5f3970 /writerfilter
parent92b1348ae8e0b0cd8fa5dca34ce55fc01dc6e02f (diff)
DOCX import: declare wpg as a supported feature
This is the same as wps, just for group shapes. Change-Id: I321b19ed538a6cb8f9068c7de6fbe9a8eb0bd82f
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index 78a446075d95..ed1ae178a0e5 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -198,6 +198,7 @@ bool OOXMLFastContextHandler::prepareMceContext(Token_t nElement, const uno::Ref
OUString aRequires = rAttribs->getOptionalValue(OOXML_Requires);
static const char* aFeatures[] = {
"wps",
+ "wpg",
};
for (size_t i = 0; i < SAL_N_ELEMENTS(aFeatures); ++i)
{