re added 'unofrmatted-text', it was lost during cvs merge

This commit is contained in:
Christian Lippka 2001-02-20 09:42:40 +00:00
parent b7810a7656
commit ecaf88a495

View file

@ -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" );