Change types of variables from generic text to their true type :-)

This commit is contained in:
Fridrich Štrba 2007-03-13 14:57:00 +00:00
parent 7884cad6fb
commit 9b7126f627

View file

@ -6781,12 +6781,12 @@
</define> </define>
<define name="CT_TabStop"> <define name="CT_TabStop">
<attribute name="val"> <attribute name="val">
<text/> <ref name="ST_TabJc"/>
<xs:documentation>Tab Stop Type</xs:documentation> <xs:documentation>Tab Stop Type</xs:documentation>
</attribute> </attribute>
<optional> <optional>
<attribute name="leader"> <attribute name="leader">
<text/> <ref name="ST_TabTlc"/>
<xs:documentation>Tab Leader Character</xs:documentation> <xs:documentation>Tab Leader Character</xs:documentation>
</attribute> </attribute>
</optional> </optional>