summaryrefslogtreecommitdiffstats
path: root/writerfilter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-03-27 09:38:41 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-03-27 09:40:05 +0100
commit7cab4ce3ba74b73b129d9932d58be7006afdac2f (patch)
tree43cc860d1f40ca69a8c04c51e6744bda5aff1dea /writerfilter
parentClean up codemaker/typemanager.hxx (diff)
downloadcore-7cab4ce3ba74b73b129d9932d58be7006afdac2f.tar.gz
core-7cab4ce3ba74b73b129d9932d58be7006afdac2f.zip
ooxml tokenizer: CT_TblLayout -> CT_TblLayoutType
That's how it's called in the spec's W3C XML Schema. Change-Id: I6fc6452af493e61c302948a617d427c118ada0b2
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/model.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index 60c4c5739399..8bfce16789d3 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -17893,7 +17893,7 @@
</choice>
</list>
</define>
- <define name="CT_TblLayout">
+ <define name="CT_TblLayoutType">
<attribute name="type">
<ref name="ST_TblLayout"/>
<xs:documentation>Table Layout Setting</xs:documentation>
@@ -18095,7 +18095,7 @@
</optional>
<optional>
<element name="tblLayout">
- <ref name="CT_TblLayout"/>
+ <ref name="CT_TblLayoutType"/>
</element>
</optional>
<optional>
@@ -18150,7 +18150,7 @@
</optional>
<optional>
<element name="tblLayout">
- <ref name="CT_TblLayout"/>
+ <ref name="CT_TblLayoutType"/>
</element>
</optional>
<optional>
@@ -22942,8 +22942,8 @@
<value tokenid="ooxml:Value_wordprocessingml_ST_TblLayout_fixed">fixed</value>
<value tokenid="ooxml:Value_wordprocessingml_ST_TblLayout_autofit">autofit</value>
</resource>
- <resource name="CT_TblLayout" resource="Value" tag="table">
- <attribute name="type" tokenid="ooxml:CT_TblLayout_type" action="setValue"/>
+ <resource name="CT_TblLayoutType" resource="Value" tag="table">
+ <attribute name="type" tokenid="ooxml:CT_TblLayoutType_type" action="setValue"/>
</resource>
<resource name="ST_TblOverlap" resource="List">
<value tokenid="ooxml:Value_ST_TblOverlap_never">never</value>