summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:50:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:08 +0200
commit55c70634b891c7da7a0e1606cc0b498b7cbc9d71 (patch)
tree1e3191fdd338553e52d61c212278e1da85aa4b8d /xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx
parentfixincludeguards.sh: writerfilter (diff)
downloadcore-55c70634b891c7da7a0e1606cc0b498b7cbc9d71.tar.gz
core-55c70634b891c7da7a0e1606cc0b498b7cbc9d71.zip
fixincludeguards.sh: xmlsecurity
Diffstat (limited to 'xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx
index b6b236652e42..f3bb28e96b53 100644
--- a/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx
+++ b/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CERTIFICATEEXTENSION_XMLSECIMPL_HXX_
-#define _CERTIFICATEEXTENSION_XMLSECIMPL_HXX_
+#ifndef INCLUDED_XMLSECURITY_SOURCE_XMLSEC_CERTIFICATEEXTENSION_XMLSECIMPL_HXX
+#define INCLUDED_XMLSECURITY_SOURCE_XMLSEC_CERTIFICATEEXTENSION_XMLSECIMPL_HXX
#include <sal/config.h>
#include <rtl/ustring.hxx>
@@ -50,6 +50,6 @@ class CertificateExtension_XmlSecImpl : public ::cppu::WeakImplHelper1<
void setCertExtn( unsigned char* value, unsigned int vlen, unsigned char* id, unsigned int idlen, sal_Bool critical ) ;
} ;
-#endif // _CERTIFICATEEXTENSION_XMLSECIMPL_HXX_
+#endif // INCLUDED_XMLSECURITY_SOURCE_XMLSEC_CERTIFICATEEXTENSION_XMLSECIMPL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */