summaryrefslogtreecommitdiffstats
path: root/writerfilter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-04-30 12:55:33 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-04-30 12:55:50 +0200
commit84be52b5f6b8a73cefd740e0bfdd5f0622c369e4 (patch)
tree7b4ee39391b26212b0bc2e58db87df40b3e9134f /writerfilter
parentConvert find & replace dialog to .ui (diff)
downloadcore-84be52b5f6b8a73cefd740e0bfdd5f0622c369e4.tar.gz
core-84be52b5f6b8a73cefd740e0bfdd5f0622c369e4.zip
bnc#779630 tokenize w:listItem and w:dropDownList
Change-Id: I714c2fd747eae2e706355b4fae892af9f569b3ae
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/model.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index d9318742d4bf..458e26adbc72 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -22769,6 +22769,13 @@
<element name="sdtEndPr" tokenid="ooxml:CT_SdtRow_sdtEndPr"/>
<element name="sdtContent" tokenid="ooxml:CT_SdtRow_sdtContent"/>
</resource>
+ <resource name="CT_SdtDropDownList" resource="Properties" tag="field">
+ <element name="listItem" tokenid="ooxml:CT_SdtDropDownList_listItem"/>
+ </resource>
+ <resource name="CT_SdtListItem" resource="Properties" tag="field">
+ <attribute name="displayText" tokenid="ooxml:CT_SdtListItem_displayText"/>
+ <attribute name="value" tokenid="ooxml:CT_SdtListItem_value"/>
+ </resource>
<resource name="CT_Attr" resource="Properties" tag="content">
<attribute name="uri" tokenid="ooxml:CT_Attr_uri"/>
<attribute name="name" tokenid="ooxml:CT_Attr_name"/>