summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/gpg/XMLSecurityContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/gpg/XMLSecurityContext.hxx')
-rw-r--r--xmlsecurity/source/gpg/XMLSecurityContext.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/source/gpg/XMLSecurityContext.hxx b/xmlsecurity/source/gpg/XMLSecurityContext.hxx
index 3ca399f2be2d..e3dea731010f 100644
--- a/xmlsecurity/source/gpg/XMLSecurityContext.hxx
+++ b/xmlsecurity/source/gpg/XMLSecurityContext.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_XMLSECURITY_SOURCE_GPG_XMLSECURITYCONTEXT_HXX
-#define INCLUDED_XMLSECURITY_SOURCE_GPG_XMLSECURITYCONTEXT_HXX
+#pragma once
#include <sal/config.h>
#include <rtl/ustring.hxx>
@@ -56,6 +55,4 @@ public:
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override ;
} ;
-#endif // INCLUDED_XMLSECURITY_SOURCE_GPG_XMLSECURITYCONTEXT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */