summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/xmlsignaturehelper2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/xmlsignaturehelper2.hxx')
-rw-r--r--xmlsecurity/inc/xmlsignaturehelper2.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/inc/xmlsignaturehelper2.hxx b/xmlsecurity/inc/xmlsignaturehelper2.hxx
index 2b28fa0d410d..67c9ae69f8ba 100644
--- a/xmlsecurity/inc/xmlsignaturehelper2.hxx
+++ b/xmlsecurity/inc/xmlsignaturehelper2.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLSECURITY_INC_XMLSIGNATUREHELPER2_HXX
-#define INCLUDED_XMLSECURITY_INC_XMLSIGNATUREHELPER2_HXX
+#pragma once
#include <rtl/ustring.hxx>
@@ -49,6 +48,4 @@ public:
static css::uno::Reference < css::io::XInputStream > OpenInputStream( const css::uno::Reference < css::embed::XStorage >& rxStore, const OUString& rURI );
};
-#endif // INCLUDED_XMLSECURITY_INC_XMLSIGNATUREHELPER2_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */