summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/gpg/XMLEncryption.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/gpg/XMLEncryption.hxx')
-rw-r--r--xmlsecurity/source/gpg/XMLEncryption.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/source/gpg/XMLEncryption.hxx b/xmlsecurity/source/gpg/XMLEncryption.hxx
index 168128b40a9c..4ff47ccc49a4 100644
--- a/xmlsecurity/source/gpg/XMLEncryption.hxx
+++ b/xmlsecurity/source/gpg/XMLEncryption.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_XMLSECURITY_SOURCE_GPG_XMLENCRYPTION_HXX
-#define INCLUDED_XMLSECURITY_SOURCE_GPG_XMLENCRYPTION_HXX
+#pragma once
#include <sal/config.h>
#include <cppuhelper/implbase.hxx>
@@ -35,6 +34,4 @@ public:
const css::uno::Reference< css::xml::crypto::XXMLSecurityContext >& aContext) override;
};
-#endif // INCLUDED_XMLSECURITY_SOURCE_GPG_XMLENCRYPTION_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */