summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
index d2051fcf1406..de4f5cb25769 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -35,8 +36,6 @@
#include <cppuhelper/implbase4.hxx>
#include "saxhelper.hxx"
-//#include "libxml/parserInternals.h"
-//#include "libxslt/xslt.h"
#define NODEPOSITION_NORMAL 1
#define NODEPOSITION_STARTELEMENT 2
@@ -61,11 +60,6 @@ class XMLDocumentWrapper_XmlSecImpl : public cppu::WeakImplHelper4
* Converts SAX events into a libxml2 document, converts the document back
* into SAX event stream, and manipulate nodes in the document.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XXMLDocumentWrapper,
- * XDocumentHandler, XCompressedDocumentHandler,
- * XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -282,3 +276,4 @@ SAL_CALL XMLDocumentWrapper_XmlSecImpl_createInstance(
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */