From 0a9fa3d840da1ba224397fddd6a09852d7121701 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 15 Aug 2011 11:06:49 +0100 Subject: ditch some junk --- xmloff/inc/xmloff/xmlkywd.hxx | 1 - xmloff/source/core/xmlexp.cxx | 3 --- 2 files changed, 4 deletions(-) (limited to 'xmloff') diff --git a/xmloff/inc/xmloff/xmlkywd.hxx b/xmloff/inc/xmloff/xmlkywd.hxx index bce52d875b52..95f6cb0b10c3 100644 --- a/xmloff/inc/xmloff/xmlkywd.hxx +++ b/xmloff/inc/xmloff/xmlkywd.hxx @@ -56,7 +56,6 @@ 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, "" ); diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 3002548674df..1498d48d9584 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -1369,9 +1369,6 @@ sal_uInt32 SvXMLExport::exportDoc( enum ::xmloff::token::XMLTokenEnum eClass ) mxHandler->startDocument(); - // -// xHandler->processingInstruction( S2U( sXML_xml ), S2U( sXML_xml_pi ) ); - // CheckAttrList(); -- cgit