summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/framework/signatureengine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/framework/signatureengine.hxx')
-rw-r--r--xmlsecurity/inc/framework/signatureengine.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/inc/framework/signatureengine.hxx b/xmlsecurity/inc/framework/signatureengine.hxx
index 48e4ce5f3f08..6446c2f36729 100644
--- a/xmlsecurity/inc/framework/signatureengine.hxx
+++ b/xmlsecurity/inc/framework/signatureengine.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLSECURITY_INC_FRAMEWORK_SIGNATUREENGINE_HXX
-#define INCLUDED_XMLSECURITY_INC_FRAMEWORK_SIGNATUREENGINE_HXX
+#pragma once
#include <com/sun/star/xml/crypto/sax/XReferenceResolvedListener.hpp>
#include <com/sun/star/xml/crypto/sax/XReferenceCollector.hpp>
@@ -114,6 +113,4 @@ public:
SAL_CALL getUriBinding( const OUString& uri ) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */