summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-06-14 14:38:41 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-06-14 17:21:51 +0200
commite348a52814a25360d69533a24d586ef9041e9dcc (patch)
treec3ee5ee14cef110bcd3903808da3fac27c48e105
parentUpdated core (diff)
downloadcore-e348a52814a25360d69533a24d586ef9041e9dcc.tar.gz
core-e348a52814a25360d69533a24d586ef9041e9dcc.zip
writerfilter: avoid unnecessary non-ascii characters in model.xml
Change-Id: I0d9597782a34ad18b2f36b19b69813460e99ccee
-rw-r--r--writerfilter/source/ooxml/model.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index ae7132acffb0..f71b72228d34 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -12188,7 +12188,7 @@
<value>true</value>
<!-- Logical False -->
<value>false</value>
- <!-- Blank – Logical False -->
+ <!-- Blank - Logical False -->
<value/>
</choice>
</list>
@@ -14061,7 +14061,7 @@
<list>
<xs:documentation>Boolean Value with Blank [False] State</xs:documentation>
<choice>
- <!-- Blank – Logical False -->
+ <!-- Blank - Logical False -->
<value/>
<!-- Logical True -->
<value>t</value>
@@ -14861,7 +14861,7 @@
</define>
<define name="ST_HexColorAuto">
<list>
- <xs:documentation>‘Automatic’ Color Value</xs:documentation>
+ <xs:documentation>'Automatic' Color Value</xs:documentation>
<!-- Automatically Determined Color -->
<value>auto</value>
</list>
@@ -23988,7 +23988,7 @@
<value name="exact" tokenid="ooxml:Value_wordprocessingml_ST_LineSpacingRule_exact">exact</value>
<value name="atLeast" tokenid="ooxml:Value_wordprocessingml_ST_LineSpacingRule_atLeast">atLeast</value>
</resource>
- <resource name="CT_Spacing" resource="Properties" tag="paragraüh">
+ <resource name="CT_Spacing" resource="Properties" tag="paragraph">
<attribute name="before" tokenid="ooxml:CT_Spacing_before"/>
<attribute name="beforeLines" tokenid="ooxml:CT_Spacing_beforeLines"/>
<attribute name="beforeAutospacing" tokenid="ooxml:CT_Spacing_beforeAutospacing"/>