summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-08 15:51:41 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-08 15:52:56 +0100
commitd7dac34c56c30485a11d5629f91baa90ac242935 (patch)
tree67be2d50ced8c1e0e57dcc8aef0d44e788cd80c4
parenta69abac037a30cf7d850389ae58ae8d47fc6b04d (diff)
[DOCX] fdo#32170: Skip unsupported <w:sdt> elements
This only makes the <w:sdt> elements skipped to get their content
-rw-r--r--writerfilter/source/ooxml/model.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 7a77b42b1..33a22ecc1 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -22592,6 +22592,12 @@
<attribute name="uri" tokenid="ooxml:CT_SmartTagRun_uri"/>
<attribute name="element" tokenid="ooxml:CT_SmartTagRun_element"/>
</resource>
+ <resource name="CT_SdtBlock" resource="Properties">
+ <element name="sdtPr" tokenid="ooxml:CT_SdtPr"/>
+ <element name="sdtEndPr" tokenid="ooxml:CT_SdtEndPr"/>
+ <element name="sdtContent" tokenid="ooxml:CT_SdtContentBlock"/>
+ </resource>
+ <resource name="CT_SdtContentBlock" resource="Properties"/>
<resource name="EG_PContent" resource="Properties">
<element name="fldSimple" tokenid="ooxml:EG_PContent_fldSimple"/>
<element name="hyperlink" tokenid="ooxml:EG_PContent_hyperlink"/>
@@ -23324,7 +23330,7 @@
<action name="start" action="footnoteCont"/>
<action name="start" action="endnoteSeparator"/>
<action name="start" action="endnoteCont"/>
--->
+ -->
<action name="end" action="endCharacterGroup"/>
<action name="end" action="endParagraphGroup"/>
<action name="end" action="endSectionGroup"/>