[Libreoffice-commits] .: writerfilter/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Wed Dec 8 07:06:24 PST 2010


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

New commits:
commit 8d55625c0734866ce3620d1c8469425cacb6e8f9
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Wed Dec 8 16:05:18 2010 +0100

    [Docx] fdo#32170: handled CT_SdtRun elements

diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 33a22ec..e595e7b 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -22592,6 +22592,11 @@
       <attribute name="uri" tokenid="ooxml:CT_SmartTagRun_uri"/>
       <attribute name="element" tokenid="ooxml:CT_SmartTagRun_element"/>
     </resource>
+    <resource name="CT_SdtRun" resource="Properties">
+      <element name="sdtPr" tokenid="ooxml:CT_SdtPr"/>
+      <element name="sdtEndPr" tokenid="ooxml:CT_SdtEndPr"/>
+      <element name="sdtContent" tokenid="ooxml:CT_SdtContentRun"/>
+    </resource>
     <resource name="CT_SdtBlock" resource="Properties">
       <element name="sdtPr" tokenid="ooxml:CT_SdtPr"/>
       <element name="sdtEndPr" tokenid="ooxml:CT_SdtEndPr"/>


More information about the Libreoffice-commits mailing list