summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx')
-rw-r--r--xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx b/xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx
index 4f10e5db23fe..c0dee1173b73 100644
--- a/xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx
+++ b/xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLSECURITY_INC_FRAMEWORK_XMLSIGNATURETEMPLATEIMPL_HXX
-#define INCLUDED_XMLSECURITY_INC_FRAMEWORK_XMLSIGNATURETEMPLATEIMPL_HXX
+#pragma once
#include <sal/config.h>
#include <rtl/ustring.hxx>
@@ -93,6 +92,4 @@ class XMLSignatureTemplateImpl final : public ::cppu::WeakImplHelper<
static css::uno::Reference< css::uno::XInterface > impl_createInstance( const css::uno::Reference< css::lang::XMultiServiceFactory >& aServiceManager ) ;
};
-#endif // INCLUDED_XMLSECURITY_INC_FRAMEWORK_XMLSIGNATURETEMPLATEIMPL_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */