diff options
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/digestcontext.hxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/digestcontext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/digestcontext.hxx b/xmlsecurity/source/xmlsec/nss/digestcontext.hxx index 2f41862a815d..91326daca395 100644 --- a/xmlsecurity/source/xmlsec/nss/digestcontext.hxx +++ b/xmlsecurity/source/xmlsec/nss/digestcontext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLSECURITY_SOURCE_XMLSEC_NSS_DIGESTCONTEXT_HXX -#define INCLUDED_XMLSECURITY_SOURCE_XMLSEC_NSS_DIGESTCONTEXT_HXX +#pragma once #include <com/sun/star/xml/crypto/XDigestContext.hpp> @@ -57,6 +56,4 @@ public: virtual css::uno::Sequence< ::sal_Int8 > SAL_CALL finalizeDigestAndDispose() override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |