summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx41
1 files changed, 2 insertions, 39 deletions
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index 341f66b9ef1f..987a76dff9fb 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -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.
@@ -34,16 +35,10 @@
#include <xmloff/attrlist.hxx>
#include "xmlelementwrapper_xmlsecimpl.hxx"
-//#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-/*
- * Deleted by AF
-#include <memory.h>
- */
-
#include <sys/types.h>
#include <sys/stat.h>
@@ -128,9 +123,6 @@ void XMLDocumentWrapper_XmlSecImpl::getNextSAXEvent()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -226,9 +218,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendStartElement(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -330,9 +319,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendEndElement(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -381,9 +367,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendNode(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -433,9 +416,6 @@ rtl::OString XMLDocumentWrapper_XmlSecImpl::getNodeQName(const xmlNodePtr pNode)
* RESULT
* name - the node's qualified name
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -475,9 +455,6 @@ xmlNodePtr XMLDocumentWrapper_XmlSecImpl::checkElement( const cssu::Reference< c
* RESULT
* node - the node wrapped in the XXMLElementWrapper interface
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -546,9 +523,6 @@ sal_Int32 XMLDocumentWrapper_XmlSecImpl::recursiveDelete(
* The node in the m_aReservedNodes list must be in the tree order, otherwise
* the result is unpredictable.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -626,9 +600,6 @@ void XMLDocumentWrapper_XmlSecImpl::getNextReservedNode()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -663,9 +634,6 @@ void XMLDocumentWrapper_XmlSecImpl::removeNode(const xmlNodePtr pNode) const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -708,9 +676,6 @@ void XMLDocumentWrapper_XmlSecImpl::buildIDAttr(xmlNodePtr pNode) const
* RESULT
* empty
*
- * HISTORY
- * 14.06.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -747,9 +712,6 @@ void XMLDocumentWrapper_XmlSecImpl::rebuildIDLink(xmlNodePtr pNode) const
* RESULT
* empty
*
- * HISTORY
- * 14.06.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1151,3 +1113,4 @@ cssu::Sequence< rtl::OUString > SAL_CALL XMLDocumentWrapper_XmlSecImpl::getSuppo
return XMLDocumentWrapper_XmlSecImpl_getSupportedServiceNames();
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */