summaryrefslogtreecommitdiffstats
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-15 22:16:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-16 09:04:09 +0100
commite74517995b04e24ff96daa1d71969111782c372d (patch)
treee486f052717413469fc96f5a96ad9f6f38d4b677 /xmloff
parentcatch by const reference (diff)
downloadcore-e74517995b04e24ff96daa1d71969111782c372d.tar.gz
core-e74517995b04e24ff96daa1d71969111782c372d.zip
revert this
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/xmlkywd.hxx1
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\">" );