[Libreoffice-commits] .: writerfilter/source

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


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

New commits:
commit d7dac34c56c30485a11d5629f91baa90ac242935
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Wed Dec 8 15:51:41 2010 +0100

    [DOCX] fdo#32170: Skip unsupported <w:sdt> elements
    
    This only makes the <w:sdt> elements skipped to get their content

diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 7a77b42..33a22ec 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -22592,6 +22592,12 @@
       <attribute name="uri" tokenid="ooxml:CT_SmartTagRun_uri"/>
       <attribute name="element" tokenid="ooxml:CT_SmartTagRun_element"/>
     </resource>
+    <resource name="CT_SdtBlock" resource="Properties">
+      <element name="sdtPr" tokenid="ooxml:CT_SdtPr"/>
+      <element name="sdtEndPr" tokenid="ooxml:CT_SdtEndPr"/>
+      <element name="sdtContent" tokenid="ooxml:CT_SdtContentBlock"/>
+    </resource>
+    <resource name="CT_SdtContentBlock" resource="Properties"/>
     <resource name="EG_PContent" resource="Properties">
       <element name="fldSimple" tokenid="ooxml:EG_PContent_fldSimple"/>
       <element name="hyperlink" tokenid="ooxml:EG_PContent_hyperlink"/>
@@ -23324,7 +23330,7 @@
       <action name="start" action="footnoteCont"/>
       <action name="start" action="endnoteSeparator"/>
       <action name="start" action="endnoteCont"/>
--->
+      -->
       <action name="end" action="endCharacterGroup"/>
       <action name="end" action="endParagraphGroup"/>
       <action name="end" action="endSectionGroup"/>


More information about the Libreoffice-commits mailing list