summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-09-03 09:46:22 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-09-03 09:53:22 +0200
commit31c9f6ef804150a2f5a7bcc14b11fc0eef9c8d6b (patch)
tree200f272906f691bb8e902190b6fea0b091cf8057
parentccb91a23385951a1df67af986572672a36db714e (diff)
Clean up duplicated xmlns:lc definitions
Change-Id: I173b69d61f9b0677ee178a32e18910343f216b71
-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 b43e73de00ca..eccb19db9aa5 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -20,6 +20,7 @@
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:lc="http://schemas.openxmlformats.org/drawingml/2006/lockedCanvas"
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">
@@ -8340,7 +8341,7 @@
</element>
</define>
<define name="lockedCanvas">
- <element xmlns:lc="http://schemas.openxmlformats.org/drawingml/2006/lockedCanvas" name="lc:lockedCanvas">
+ <element name="lc:lockedCanvas">
<ref name="CT_GvmlGroupShape"/>
</element>
</define>
@@ -8407,7 +8408,7 @@
<element name="a:grpSpPr" tokenid="ooxml:CT_GvmlGroupShape_grpSpPr"/>
</resource>
<resource name="lockedCanvas" resource="Shape">
- <element xmlns:lc="http://schemas.openxmlformats.org/drawingml/2006/lockedCanvas" name="lc:lockedCanvas" tokenid="ooxml:lc_lockedCanvas"/>
+ <element name="lc:lockedCanvas" tokenid="ooxml:lc_lockedCanvas"/>
</resource>
<resource name="CT_Chart" resource="Shape">
<attribute name="r:id" tokenid="ooxml:CT_RelId_chart"/>