summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx
index e90513266ec5..02a97be563d9 100644
--- a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx
+++ b/xmlsecurity/source/xmlsec/xmlelementwrapper_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.
@@ -51,10 +52,6 @@ class XMLElementWrapper_XmlSecImpl : public cppu::WeakImplHelper3
* Used as a wrapper class to transfer a libxml2 node structure
* between different UNO components.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XXMLElementWrapper, XUnoTunnel
- * XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -106,3 +103,4 @@ SAL_CALL XMLElementWrapper_XmlSecImpl_createInstance(
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */