summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2023-04-12 10:14:39 -0400
committerAndras Timar <andras.timar@collabora.com>2023-04-12 21:33:09 +0200
commit6ca9e2f8b1c7df254516bc62aa7f8a72743d2aa6 (patch)
tree97b38079180b57e4dd835df77bf47ccb873f2e56 /writerfilter
parent1f53c056c4bdd403a709f72263168137d7bdb1c0 (diff)
Revert "tdf#143574 OOXML export/import of textboxes in group shapes"
This reverts commit b5034017e566cd4e5a236bf59555196598fd01cf. It was added for T38690 and removed for T41585 Change-Id: Icca77965ddeece69c01129aebb7b4af3092cd85f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150294 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index 24622e14524a..c915cf40c1eb 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -1725,10 +1725,6 @@ void OOXMLFastContextHandlerShape::setToken(Token_t nToken)
mrShapeContext->setRelationFragmentPath(mpParserState->getTarget());
- // Floating tables (table inside a textframe) have issues with fullWPG,
- // so disable the fullWPGsupport in tables until that issue is not fixed.
- mrShapeContext->setFullWPGSupport(!mnTableDepth);
-
auto xGraphicMapper = getDocument()->getGraphicMapper();
if (xGraphicMapper.is())