diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-03-15 10:05:23 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-03-15 10:05:23 +0000 |
commit | b84f48a44fbec4adce3023c533172a80a871dc33 (patch) | |
tree | ffa8e3a31d3972682129b3b47ca4a8538cc0de36 /xmloff | |
parent | ebbef436523bee6757688b592bedb2b15f9ba15d (diff) |
remove a little diference between the define name and the value
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmlkywd.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx index bef457e1f8c1..9e87f742968f 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.129 $ + * $Revision: 1.130 $ * - * last change: $Author: mtg $ $Date: 2001-03-14 14:29:49 $ + * last change: $Author: sab $ $Date: 2001-03-15 11:05:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -410,9 +410,9 @@ XML_CONSTASCII_ACTION( sXML_conditional_text, "conditional-text" ); XML_CONSTASCII_ACTION( sXML_cone, "cone" ); XML_CONSTASCII_ACTION( sXML_conference, "conference" ); XML_CONSTASCII_ACTION( sXML_config_item, "config-item" ); -XML_CONSTASCII_ACTION( sXML_config_item_map_indexed, "config-item-item-map-indexed" ); -XML_CONSTASCII_ACTION( sXML_config_item_map_named, "config-item-item-map-named" ); -XML_CONSTASCII_ACTION( sXML_config_item_map_entry, "config-item-item-map-entry" ); +XML_CONSTASCII_ACTION( sXML_config_item_map_indexed, "config-item-map-indexed" ); +XML_CONSTASCII_ACTION( sXML_config_item_map_named, "config-item-map-named" ); +XML_CONSTASCII_ACTION( sXML_config_item_map_entry, "config-item-map-entry" ); XML_CONSTASCII_ACTION( sXML_config_item_set, "config-item-set" ); XML_CONSTASCII_ACTION( sXML_configuration_settings, "configuration-settings" ); XML_CONSTASCII_ACTION( sXML_conjugate, "conjugate" ); |