Change types of variables from generic text to their true type :-)
This commit is contained in:
parent
7884cad6fb
commit
9b7126f627
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue