writerfilter/source/ooxml/model.xml |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 84be52b5f6b8a73cefd740e0bfdd5f0622c369e4
Author: Miklos Vajna <vmik...@suse.cz>
Date:   Tue Apr 30 12:55:33 2013 +0200

    bnc#779630 tokenize w:listItem and w:dropDownList
    
    Change-Id: I714c2fd747eae2e706355b4fae892af9f569b3ae

diff --git a/writerfilter/source/ooxml/model.xml 
b/writerfilter/source/ooxml/model.xml
index d931874..458e26a 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"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to