summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/signatureengine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/framework/signatureengine.hxx')
-rw-r--r--xmlsecurity/source/framework/signatureengine.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmlsecurity/source/framework/signatureengine.hxx b/xmlsecurity/source/framework/signatureengine.hxx
index d9625e73e014..1c9fd41d93e0 100644
--- a/xmlsecurity/source/framework/signatureengine.hxx
+++ b/xmlsecurity/source/framework/signatureengine.hxx
@@ -95,9 +95,9 @@ protected:
virtual ~SignatureEngine() {};
virtual void tryToPerform( )
- throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
- virtual void clearUp( ) const SAL_OVERRIDE;
- virtual bool checkReady() const SAL_OVERRIDE;
+ throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException) override;
+ virtual void clearUp( ) const override;
+ virtual bool checkReady() const override;
/*
* starts the main function. This method will be implemented by any sub-class.
@@ -112,20 +112,20 @@ protected:
public:
/* XReferenceCollector */
virtual void SAL_CALL setReferenceCount( sal_Int32 count )
- throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException, std::exception) override;
virtual void SAL_CALL setReferenceId( sal_Int32 id )
- throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException, std::exception) override;
/* XUriBinding */
virtual void SAL_CALL setUriBinding(
const OUString& uri,
const com::sun::star::uno::Reference<
com::sun::star::io::XInputStream >& aInputStream )
- throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException, std::exception) override;
virtual com::sun::star::uno::Reference< com::sun::star::io::XInputStream >
SAL_CALL getUriBinding( const OUString& uri )
- throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException, std::exception) override;
};
#endif