From cdfc3f373b7ec06fd9cd9fd278186a2cc6be09f0 Mon Sep 17 00:00:00 2001 From: Michael Brauer Date: Tue, 24 Apr 2001 10:28:19 +0000 Subject: [PATCH] export !DOCTYPE --- xmloff/inc/xmlkywd.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx index b2ce61a77c16..b29523a6dfe4 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.140 $ + * $Revision: 1.141 $ * - * last change: $Author: dvo $ $Date: 2001-04-17 11:38:58 $ + * last change: $Author: mib $ $Date: 2001-04-24 11:28:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,6 +86,8 @@ XML_CONSTASCII_ACTION( sXML_WS, " " ); XML_CONSTASCII_ACTION( sXML_xml, "xml" ); XML_CONSTASCII_ACTION( sXML_xmlns, "xmlns" ); XML_CONSTASCII_ACTION( sXML_xml_pi, "version=\"1.0\" encoding=\"UTF-8\"" ); +XML_CONSTASCII_ACTION( sXML_xml_doctype_prefix, "" ); // namespace prefixes and names XML_CONSTASCII_ACTION( sXML_np_office, "office" );