summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/veto.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/veto.hxx')
-rw-r--r--dbaccess/source/core/inc/veto.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/inc/veto.hxx b/dbaccess/source/core/inc/veto.hxx
index 6fb7e7e75097..760fe00b8152 100644
--- a/dbaccess/source/core/inc/veto.hxx
+++ b/dbaccess/source/core/inc/veto.hxx
@@ -41,8 +41,8 @@ namespace dbaccess
public:
Veto( const OUString& _rReason, const ::com::sun::star::uno::Any& _rDetails );
- virtual OUString SAL_CALL getReason() throw (::com::sun::star::uno::RuntimeException, std::exception);
- virtual ::com::sun::star::uno::Any SAL_CALL getDetails() throw (::com::sun::star::uno::RuntimeException, std::exception);
+ virtual OUString SAL_CALL getReason() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual ::com::sun::star::uno::Any SAL_CALL getDetails() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
protected:
~Veto();