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

Miklos Vajna vmiklos at collabora.co.uk
Fri Oct 10 02:56:22 PDT 2014


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

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


More information about the Libreoffice-commits mailing list