diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-04-30 12:55:33 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-05-02 14:44:38 +0200 |
commit | b181233cda70ec4f1810448d76c8564ebf60c291 (patch) | |
tree | 24dae8f7f196ad4b68706c15d25e49f1bb32ff2f | |
parent | e6a462e56e725aab30614f553e951b91fdd3467b (diff) |
bnc#779630 tokenize w:listItem and w:dropDownList
Change-Id: I714c2fd747eae2e706355b4fae892af9f569b3ae
(cherry picked from commit 84be52b5f6b8a73cefd740e0bfdd5f0622c369e4)
-rw-r--r-- | writerfilter/source/ooxml/model.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml index 94c44c0ea4ec..262e09b39c0a 100644 --- a/writerfilter/source/ooxml/model.xml +++ b/writerfilter/source/ooxml/model.xml @@ -22738,6 +22738,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"/> |