writerfilter/source/ooxml/model.xml |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit e348a52814a25360d69533a24d586ef9041e9dcc
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Sat Jun 14 14:38:41 2014 +0200

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

diff --git a/writerfilter/source/ooxml/model.xml 
b/writerfilter/source/ooxml/model.xml
index ae7132a..f71b722 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"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to