Kaydet (Commit) e348a528 authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: avoid unnecessary non-ascii characters in model.xml

Change-Id: I0d9597782a34ad18b2f36b19b69813460e99ccee
üst a1b98251
...@@ -12188,7 +12188,7 @@ ...@@ -12188,7 +12188,7 @@
<value>true</value> <value>true</value>
<!-- Logical False --> <!-- Logical False -->
<value>false</value> <value>false</value>
<!-- Blank Logical False --> <!-- Blank - Logical False -->
<value/> <value/>
</choice> </choice>
</list> </list>
...@@ -14061,7 +14061,7 @@ ...@@ -14061,7 +14061,7 @@
<list> <list>
<xs:documentation>Boolean Value with Blank [False] State</xs:documentation> <xs:documentation>Boolean Value with Blank [False] State</xs:documentation>
<choice> <choice>
<!-- Blank Logical False --> <!-- Blank - Logical False -->
<value/> <value/>
<!-- Logical True --> <!-- Logical True -->
<value>t</value> <value>t</value>
...@@ -14861,7 +14861,7 @@ ...@@ -14861,7 +14861,7 @@
</define> </define>
<define name="ST_HexColorAuto"> <define name="ST_HexColorAuto">
<list> <list>
<xs:documentation>‘Automatic’ Color Value</xs:documentation> <xs:documentation>'Automatic' Color Value</xs:documentation>
<!-- Automatically Determined Color --> <!-- Automatically Determined Color -->
<value>auto</value> <value>auto</value>
</list> </list>
...@@ -23988,7 +23988,7 @@ ...@@ -23988,7 +23988,7 @@
<value name="exact" tokenid="ooxml:Value_wordprocessingml_ST_LineSpacingRule_exact">exact</value> <value name="exact" tokenid="ooxml:Value_wordprocessingml_ST_LineSpacingRule_exact">exact</value>
<value name="atLeast" tokenid="ooxml:Value_wordprocessingml_ST_LineSpacingRule_atLeast">atLeast</value> <value name="atLeast" tokenid="ooxml:Value_wordprocessingml_ST_LineSpacingRule_atLeast">atLeast</value>
</resource> </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="before" tokenid="ooxml:CT_Spacing_before"/>
<attribute name="beforeLines" tokenid="ooxml:CT_Spacing_beforeLines"/> <attribute name="beforeLines" tokenid="ooxml:CT_Spacing_beforeLines"/>
<attribute name="beforeAutospacing" tokenid="ooxml:CT_Spacing_beforeAutospacing"/> <attribute name="beforeAutospacing" tokenid="ooxml:CT_Spacing_beforeAutospacing"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment