From aef40e738842522c050538cc8a62c2d1f4861861 Mon Sep 17 00:00:00 2001 From: Vincent LE GARREC Date: Sat, 6 Mar 2021 09:51:47 +0100 Subject: tdf#124176 Use pragma once in x* xmlhelp, xmloff, xmlsecurity Change-Id: I80c6fa806387f3dcba8be7f93fe2fef146b033e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112050 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas --- xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx') diff --git a/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx index 11e9a04707d7..9db5867fc792 100644 --- a/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx +++ b/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLSECURITY_SOURCE_XMLSEC_CERTIFICATEEXTENSION_XMLSECIMPL_HXX -#define INCLUDED_XMLSECURITY_SOURCE_XMLSEC_CERTIFICATEEXTENSION_XMLSECIMPL_HXX +#pragma once #include #include @@ -54,6 +53,4 @@ class CertificateExtension_XmlSecImpl : public ::cppu::WeakImplHelper< } }; -#endif // INCLUDED_XMLSECURITY_SOURCE_XMLSEC_CERTIFICATEEXTENSION_XMLSECIMPL_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit