summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/gpg/CipherContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/gpg/CipherContext.hxx')
-rw-r--r--xmlsecurity/source/gpg/CipherContext.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/source/gpg/CipherContext.hxx b/xmlsecurity/source/gpg/CipherContext.hxx
index b4d79011bc73..2c0ffcdc9bb8 100644
--- a/xmlsecurity/source/gpg/CipherContext.hxx
+++ b/xmlsecurity/source/gpg/CipherContext.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_XMLSECURITY_SOURCE_GPG_CIPHERCONTEXT_HXX
-#define INCLUDED_XMLSECURITY_SOURCE_GPG_CIPHERCONTEXT_HXX
+#pragma once
#include <com/sun/star/xml/crypto/XCipherContext.hpp>
@@ -24,6 +23,4 @@ public:
virtual css::uno::Sequence<::sal_Int8> SAL_CALL finalizeCipherContextAndDispose() override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */