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

New commits:
commit 315693688d2ccc6f922fd552f2dd72f2ecc45913
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Fri Oct 10 11:42:43 2014 +0200

    writerfilter: tokenize <wp:effectExtent> attributes
    
    Change-Id: Ie4f4182e92dfd06b283dc86f5bfd611d7842a504

diff --git a/writerfilter/source/ooxml/model.xml 
b/writerfilter/source/ooxml/model.xml
index 447658f..925d7ac 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -6676,6 +6676,9 @@
       <include href="dml-graphicalObject"/>
       <include href="dml-documentProperties"/>
       <!-- start = inline | anchor -->
+      <define name="ST_Coordinate">
+        <data type="long"/>
+      </define>
       <define name="CT_EffectExtent">
         <attribute name="l">
           <ref name="ST_Coordinate"/>
@@ -7014,6 +7017,7 @@
         </element>
       </define>
     </grammar>
+    <resource name="ST_Coordinate" resource="Integer"/>
     <resource name="CT_EffectExtent" resource="Properties">
       <attribute name="l" tokenid="ooxml:CT_EffectExtent_l"/>
       <attribute name="t" tokenid="ooxml:CT_EffectExtent_t"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to