summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/biginteger.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/biginteger.hxx')
-rw-r--r--xmlsecurity/inc/biginteger.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/inc/biginteger.hxx b/xmlsecurity/inc/biginteger.hxx
index d07ecf45d8af..2e21094fab00 100644
--- a/xmlsecurity/inc/biginteger.hxx
+++ b/xmlsecurity/inc/biginteger.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLSECURITY_INC_BIGINTEGER_HXX
-#define INCLUDED_XMLSECURITY_INC_BIGINTEGER_HXX
+#pragma once
#include <sal/config.h>
#include <rtl/ustring.hxx>
@@ -33,6 +32,4 @@ XSECXMLSEC_DLLPUBLIC OUString bigIntegerToNumericString( const css::uno::Sequenc
XSECXMLSEC_DLLPUBLIC css::uno::Sequence< sal_Int8 > numericStringToBigInteger ( const OUString& serialNumber );
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */