summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-12-16 18:52:53 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-12-16 19:00:03 +0100
commitd5fe99eae04e0a706f072e1da5943c04f52dcd40 (patch)
tree480da18b75f82a6a96faa1f0e0b345f2de225955 /writerfilter/source/ooxml
parentb55dbc1e19163ba477b32b6234f29018f0d0af02 (diff)
at least process sub-elements of w:customXml (fdo#35983)
Diffstat (limited to 'writerfilter/source/ooxml')
-rw-r--r--writerfilter/source/ooxml/model.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 12d29a543ec4..39ecf66e4287 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -22700,6 +22700,21 @@
<attribute name="uri" tokenid="ooxml:CT_CustomXmlRun_uri"/>
<attribute name="element" tokenid="ooxml:CT_CustomXmlRun_element"/>
</resource>
+ <resource name="CT_CustomXmlBlock" resource="Properties" tag="content">
+ <element name="customXmlPr" tokenid="ooxml:CT_CustomXmlBlock_customXmlPr"/>
+ <attribute name="uri" tokenid="ooxml:CT_CustomXmlBlock_uri"/>
+ <attribute name="element" tokenid="ooxml:CT_CustomXmlBlock_element"/>
+ </resource>
+ <resource name="CT_CustomXmlCell" resource="Properties" tag="content">
+ <element name="customXmlPr" tokenid="ooxml:CT_CustomXmlCell_customXmlPr"/>
+ <attribute name="uri" tokenid="ooxml:CT_CustomXmlCell_uri"/>
+ <attribute name="element" tokenid="ooxml:CT_CustomXmlCell_element"/>
+ </resource>
+ <resource name="CT_CustomXmlRow" resource="Properties" tag="content">
+ <element name="customXmlPr" tokenid="ooxml:CT_CustomXmlRow_customXmlPr"/>
+ <attribute name="uri" tokenid="ooxml:CT_CustomXmlRow_uri"/>
+ <attribute name="element" tokenid="ooxml:CT_CustomXmlRow_element"/>
+ </resource>
<resource name="CT_SmartTagRun" resource="Properties" tag="content">
<element name="smartTagPr" tokenid="ooxml:CT_SmartTagRun_smartTagPr"/>
<attribute name="uri" tokenid="ooxml:CT_SmartTagRun_uri"/>