[Libreoffice-commits] core.git: writerfilter/source

Miklos Vajna vmiklos at suse.cz
Tue Apr 30 03:56:11 PDT 2013


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

New commits:
commit 84be52b5f6b8a73cefd740e0bfdd5f0622c369e4
Author: Miklos Vajna <vmiklos at 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"/>


More information about the Libreoffice-commits mailing list