summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-09-03 00:16:09 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-09-03 00:16:09 +0200
commit527462c2fe9c21e567a9c49f2d63be5a08f7a91c (patch)
tree1308d09619c039f7bd787dfde886e39680b6f918
parentb6e581aec7f32fed8afeda1ca72ee613c6ac251a (diff)
Clean up duplicated xmlns:dgm definitions
Change-Id: If0ada5e202a136b37f998ef13f8edc4f953d73e1
-rw-r--r--writerfilter/source/ooxml/model.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 6bb83d0feb0f..b81c1e05d8b2 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"/>