Kaydet (Commit) 598f2ee6 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix dictionnary -> dictionary

It passed "make check" on Linux.

Change-Id: I893b7873f3a7d3f43bf742f2ee126524310dfafb
Reviewed-on: https://gerrit.libreoffice.org/61029Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 81cf79d1
......@@ -66,31 +66,31 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<!-- set by dictionnary, else it is "thickmathspace" -->
<!-- set by dictionary, else it is "thickmathspace" -->
<xs:attribute name="lspace">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space"/>
</xs:simpleType>
</xs:attribute>
<!-- set by dictionnary, else it is "thickmathspace" -->
</xs:attribute>
<!-- set by dictionary, else it is "thickmathspace" -->
<xs:attribute name="rspace">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space"/>
</xs:simpleType>
</xs:attribute>
<!-- set by dictionnary, else it is "false" -->
<!-- set by dictionary, else it is "false" -->
<xs:attribute name="fence" type="xs:boolean"/>
<!-- set by dictionnary, else it is "false" -->
<!-- set by dictionary, else it is "false" -->
<xs:attribute name="separator" type="xs:boolean"/>
<!-- set by dictionnary, else it is "false" -->
<!-- set by dictionary, else it is "false" -->
<xs:attribute name="stretchy" type="xs:boolean"/>
<!-- set by dictionnary, else it is "true" -->
<!-- set by dictionary, else it is "true" -->
<xs:attribute name="symmetric" type="xs:boolean"/>
<!-- set by dictionnary, else it is "false" -->
<!-- set by dictionary, else it is "false" -->
<xs:attribute name="movablelimits" type="xs:boolean"/>
<!-- set by dictionnary, else it is "false" -->
<!-- set by dictionary, else it is "false" -->
<xs:attribute name="accent" type="xs:boolean"/>
<!-- set by dictionnary, else it is "false" -->
<!-- set by dictionary, else it is "false" -->
<xs:attribute name="largeop" type="xs:boolean"/>
<xs:attribute name="minsize">
<xs:simpleType>
......
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