re added 'unofrmatted-text', it was lost during cvs merge
This commit is contained in:
parent
b7810a7656
commit
ecaf88a495
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: xmlkywd.hxx,v $
|
||||
*
|
||||
* $Revision: 1.113 $
|
||||
* $Revision: 1.114 $
|
||||
*
|
||||
* last change: $Author: dvo $ $Date: 2001-02-16 16:24:34 $
|
||||
* last change: $Author: cl $ $Date: 2001-02-20 10:42:40 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1621,6 +1621,7 @@ XML_CONSTASCII_ACTION( sXML_underline_none, "none" );
|
|||
XML_CONSTASCII_ACTION( sXML_underline_single, "single" );
|
||||
XML_CONSTASCII_ACTION( sXML_underline_small_wave, "small-wave" );
|
||||
XML_CONSTASCII_ACTION( sXML_underline_wave, "wave" );
|
||||
XML_CONSTASCII_ACTION( sXML_unformatted_text, "unformatted-text" );
|
||||
XML_CONSTASCII_ACTION( sXML_union, "union" );
|
||||
XML_CONSTASCII_ACTION( sXML_unit, "unit" );
|
||||
XML_CONSTASCII_ACTION( sXML_unordered_list, "unordered-list" );
|
||||
|
|
Loading…
Reference in a new issue