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