diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-15 22:16:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-16 09:04:09 +0100 |
commit | e74517995b04e24ff96daa1d71969111782c372d (patch) | |
tree | e486f052717413469fc96f5a96ad9f6f38d4b677 /xmloff | |
parent | cf77838729d4fb677a80091ccc65360e4a451788 (diff) |
revert this
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/xmlkywd.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/inc/xmloff/xmlkywd.hxx b/xmloff/inc/xmloff/xmlkywd.hxx index 95f6cb0b10c3..bce52d875b52 100644 --- a/xmloff/inc/xmloff/xmlkywd.hxx +++ b/xmloff/inc/xmloff/xmlkywd.hxx @@ -56,6 +56,7 @@ XML_CONSTASCII_ACTION( sXML_CDATA, "CDATA" ); 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, "<!DOCTYPE " ); XML_CONSTASCII_ACTION( sXML_xml_doctype_suffix, " PUBLIC \"-//OpenOffice.org//DTD OfficeDocument 1.0//EN\" \"office.dtd\">" ); |