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

New commits:
commit 527462c2fe9c21e567a9c49f2d63be5a08f7a91c
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Wed Sep 3 00:16:09 2014 +0200

    Clean up duplicated xmlns:dgm definitions
    
    Change-Id: If0ada5e202a136b37f998ef13f8edc4f953d73e1

diff --git a/writerfilter/source/ooxml/model.xml 
b/writerfilter/source/ooxml/model.xml
index 6bb83d0..b81c1e0 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -19,6 +19,7 @@
 <model
   xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main";
   xmlns:c="http://schemas.openxmlformats.org/drawingml/2006/chart";
+  xmlns:dgm="http://schemas.openxmlformats.org/drawingml/2006/diagram";
   xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships";
   xmlns:rng="http://relaxng.org/ns/structure/1.0";
   xmlns:xml="http://www.w3.org/XML/1998/namespace";>
@@ -8326,7 +8327,7 @@
         </attribute>
       </define>
       <define name="relIds">
-        <element 
xmlns:dgm="http://schemas.openxmlformats.org/drawingml/2006/diagram"; 
name="dgm:relIds">
+        <element name="dgm:relIds">
           <ref name="CT_RelIds"/>
         </element>
       </define>
@@ -8399,7 +8400,7 @@
       <attribute name="r:cs" tokenid="ooxml:CT_RelIds_cs"/>
     </resource>
     <resource name="relIds" resource="Shape">
-      <element 
xmlns:dgm="http://schemas.openxmlformats.org/drawingml/2006/diagram"; 
name="dgm:relIds" tokenid="ooxml:dgm_relIds"/>
+      <element name="dgm:relIds" tokenid="ooxml:dgm_relIds"/>
     </resource>
     <resource name="CT_GvmlGroupShape" resource="Shape">
       <element name="a:nvGrpSpPr" tokenid="ooxml:CT_GvmlGroupShape_nvGrpSpPr"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to