summaryrefslogtreecommitdiff
path: root/xmloff/source/meta/xmlmetai.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/meta/xmlmetai.cxx')
-rw-r--r--xmloff/source/meta/xmlmetai.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/source/meta/xmlmetai.cxx b/xmloff/source/meta/xmlmetai.cxx
index e7b8b1c48ef2..9f0c19378780 100644
--- a/xmloff/source/meta/xmlmetai.cxx
+++ b/xmloff/source/meta/xmlmetai.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/xml/dom/SAXDocumentBuilder.hpp>
#include <com/sun/star/xml/dom/XSAXDocumentBuilder2.hpp>
@@ -31,13 +30,9 @@
#include <xmloff/xmltoken.hxx>
#include "xmloff/xmlnmspe.hxx"
-
using namespace com::sun::star;
using namespace ::xmloff::token;
-
-//===========================================================================
-
/// builds a DOM tree from SAX events, by forwarding to SAXDocumentBuilder
class XMLDocumentBuilderContext : public SvXMLImportContext
{
@@ -109,9 +104,6 @@ void XMLDocumentBuilderContext::EndElement()
GetImport().GetNamespaceMap().GetQNameByKey(GetPrefix(), GetLocalName()));
}
-
-//===========================================================================
-
static void
lcl_initDocumentProperties(SvXMLImport & rImport,
uno::Reference<xml::dom::XSAXDocumentBuilder2> const& xDocBuilder,
@@ -202,7 +194,6 @@ SvXMLImportContext *SvXMLMetaDocumentContext::CreateChildContext(
}
}
-
void SvXMLMetaDocumentContext::StartElement(
const uno::Reference< xml::sax::XAttributeList >& xAttrList )
{