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

Adam Co rattles2013 at gmail.com
Tue Sep 16 09:50:44 PDT 2014


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

New commits:
commit cfc4650c8594334edecc3b50ca54461f6bee2d43
Author: Adam Co <rattles2013 at gmail.com>
Date:   Tue Sep 16 18:23:51 2014 +0300

    Added some teaks to 'model.xml'
    
    Change-Id: I85d16d0f4ba40d71fae4444af463441996b80f37
    Reviewed-on: https://gerrit.libreoffice.org/11474
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 019f835..a3406b2 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -9459,6 +9459,12 @@
     <resource name="background" resource="Properties">
       <element name="background" tokenid="ooxml:background_background"/>
     </resource>
+    <resource name="fill" resource="Properties">
+      <element name="fill" tokenid="ooxml:fill_fill"/>
+    </resource>
+    <resource name="CT_Fill" resource="Properties">
+      <attribute name="type" tokenid="ooxml:CT_Fill_type"/>
+    </resource>
   </namespace>
   <namespace name="vml-officeDrawing" file="vml-officeDrawing.rng">
     <start name="shapedefaults"/>


More information about the Libreoffice-commits mailing list