#70954# chart: +link-data-style-to-source

This commit is contained in:
Björn Milcke 2001-06-05 15:05:43 +00:00
parent b36441b0f4
commit f714cab98f
2 changed files with 7 additions and 4 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: xmlkywd.hxx,v $
*
* $Revision: 1.164 $
* $Revision: 1.165 $
*
* last change: $Author: cl $ $Date: 2001-06-01 12:27:55 $
* last change: $Author: bm $ $Date: 2001-06-05 16:05:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -1020,6 +1020,7 @@ XML_CONSTASCII_ACTION( sXML_linenumbering_configuration, "linenumbering-configur
XML_CONSTASCII_ACTION( sXML_linenumbering_separator, "linenumbering-separator" );
XML_CONSTASCII_ACTION( sXML_lines, "lines" );
XML_CONSTASCII_ACTION( sXML_lines_used, "lines-used" );
XML_CONSTASCII_ACTION( sXML_link_data_style_to_source, "link-data-style-to-source" );
XML_CONSTASCII_ACTION( sXML_link_to_source_data, "link-to-source-data" );
XML_CONSTASCII_ACTION( sXML_list, "list");
XML_CONSTASCII_ACTION( sXML_list_block, "list-block" );

View file

@ -2,9 +2,9 @@
*
* $RCSfile: xmltoken.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: bm $ $Date: 2001-05-25 16:12:51 $
* last change: $Author: bm $ $Date: 2001-06-05 16:05:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -1984,6 +1984,8 @@ namespace xmloff { namespace token {
TOKEN( "enable" ), // XML_ENABLE
TOKEN( "use-regular-expressions" ), // XML_USE_REGULAR_EXPRESSIONS
TOKEN( "data-source-has-labels" ), // XML_DATA_SOURCE_HAS_LABELS
TOKEN( "link-data-style-to-source" ), // XML_LINK_DATA_STYLE_TO_SOURCE
{ 0, NULL, NULL } // XML_TOKEN_END
};