summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-08 16:05:18 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-08 16:05:18 +0100
commit8d55625c0734866ce3620d1c8469425cacb6e8f9 (patch)
treea421e460d48ba664194d3e2a4216ae50f8e34fe2
parentd7dac34c56c30485a11d5629f91baa90ac242935 (diff)
[Docx] fdo#32170: handled CT_SdtRun elements
-rw-r--r--writerfilter/source/ooxml/model.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 33a22ecc1..e595e7b86 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -22592,6 +22592,11 @@
<attribute name="uri" tokenid="ooxml:CT_SmartTagRun_uri"/>
<attribute name="element" tokenid="ooxml:CT_SmartTagRun_element"/>
</resource>
+ <resource name="CT_SdtRun" resource="Properties">
+ <element name="sdtPr" tokenid="ooxml:CT_SdtPr"/>
+ <element name="sdtEndPr" tokenid="ooxml:CT_SdtEndPr"/>
+ <element name="sdtContent" tokenid="ooxml:CT_SdtContentRun"/>
+ </resource>
<resource name="CT_SdtBlock" resource="Properties">
<element name="sdtPr" tokenid="ooxml:CT_SdtPr"/>
<element name="sdtEndPr" tokenid="ooxml:CT_SdtEndPr"/>