diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-03-14 13:29:49 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-03-14 13:29:49 +0000 |
commit | 61fd797dab1a5c52ec1285d5dbb9369eb3375661 (patch) | |
tree | c626ae29067899965b09edaa33cec368427e3433 /xmloff | |
parent | 4839659ea82d2fbcc9225782be1a7e537acf8604 (diff) |
added config namespace
Diffstat (limited to 'xmloff')
-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 c87db81d2e7b..bef457e1f8c1 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.128 $ + * $Revision: 1.129 $ * - * last change: $Author: sab $ $Date: 2001-03-11 15:50:53 $ + * last change: $Author: mtg $ $Date: 2001-03-14 14:29:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,6 +116,8 @@ XML_CONSTASCII_ACTION( sXML_n_presentation, "http://openoffice.org/2000/presenta XML_CONSTASCII_ACTION( sXML_n_presentation_old, "http://sun.com/xmlns/staroffice/presentation" ); XML_CONSTASCII_ACTION( sXML_np_chart, "chart" ); XML_CONSTASCII_ACTION( sXML_n_chart, "http://openoffice.org/2000/chart" ); +XML_CONSTASCII_ACTION( sXML_np_config, "config" ); +XML_CONSTASCII_ACTION( sXML_n_config, "http://openoffice.org/2001/config" ); XML_CONSTASCII_ACTION( sXML_n_chart_old, "http://sun.com/xmlns/staroffice/chart" ); XML_CONSTASCII_ACTION( sXML_np_fo, "fo" ); XML_CONSTASCII_ACTION( sXML_n_fo_old, "http://www.w3.org/1999/XSL/Format/" ); |