[gnumeric] Schema: fix underline range.



commit 644cced5338e2e271b827f0ad8ec4a8404b72b35
Author: Morten Welinder <terra gnome org>
Date:   Tue Mar 18 08:11:02 2014 -0400

    Schema: fix underline range.

 gnumeric.xsd |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gnumeric.xsd b/gnumeric.xsd
index 7a36385..586916a 100644
--- a/gnumeric.xsd
+++ b/gnumeric.xsd
@@ -658,9 +658,11 @@
             <!-- 0 = NONE
                  1 = SINGLE
                  2 = DOUBLE
+                 3 = SINGLE LOW
+                 4 = DOUBLE LOW
             -->
             <xs:minInclusive value="0"/>
-            <xs:maxInclusive value="2"/>
+            <xs:maxInclusive value="4"/>
         </xs:restriction>
     </xs:simpleType>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]