diff options
author | Björn Milcke <bm@openoffice.org> | 2001-05-10 07:58:43 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-05-10 07:58:43 +0000 |
commit | c3de29211b3fe0da3ae4026877e49b5d8b7a2252 (patch) | |
tree | a891fb7c92540a7bde1833ecbd67820909f2a871 | |
parent | 2e0a1bd5e0714b43441a415e6cc88de0c5a5f1d9 (diff) |
#86215# +table-number-list: compatability attribute for calc saving charts in binary format+symbol-size for charts
-rw-r--r-- | xmloff/inc/xmlkywd.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx index ac758770ff82..a69a763f0607 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.151 $ + * $Revision: 1.152 $ * - * last change: $Author: mib $ $Date: 2001-05-09 12:08:04 $ + * last change: $Author: bm $ $Date: 2001-05-10 08:58:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1610,6 +1610,7 @@ XML_CONSTASCII_ACTION( sXML_suffix, "suffix" ); XML_CONSTASCII_ACTION( sXML_sum, "sum" ); XML_CONSTASCII_ACTION( sXML_swiss, "swiss" ); XML_CONSTASCII_ACTION( sXML_symbol, "symbol" ); +XML_CONSTASCII_ACTION( sXML_symbol_size, "symbol-size" ); XML_CONSTASCII_ACTION( sXML_system, "system" ); XML_CONSTASCII_ACTION( sXML_tab_stop, "tab-stop" ); XML_CONSTASCII_ACTION( sXML_tab_stops, "tab-stops" ); @@ -1629,6 +1630,7 @@ XML_CONSTASCII_ACTION( sXML_table_index, "table-index" ); XML_CONSTASCII_ACTION( sXML_table_index_entry_template, "table-index-entry-template" ); XML_CONSTASCII_ACTION( sXML_table_index_source, "table-index-source" ); XML_CONSTASCII_ACTION( sXML_table_name, "table-name"); +XML_CONSTASCII_ACTION( sXML_table_number_list, "table-number-list"); XML_CONSTASCII_ACTION( sXML_table_of_content, "table-of-content" ); XML_CONSTASCII_ACTION( sXML_table_of_content_entry_template, "table-of-content-entry-template" ); XML_CONSTASCII_ACTION( sXML_table_of_content_source, "table-of-content-source" ); |