summaryrefslogtreecommitdiff
path: root/include/connectivity/warningscontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/warningscontainer.hxx')
-rw-r--r--include/connectivity/warningscontainer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/warningscontainer.hxx b/include/connectivity/warningscontainer.hxx
index 89cf6086b1e7..4d652b2ba3a6 100644
--- a/include/connectivity/warningscontainer.hxx
+++ b/include/connectivity/warningscontainer.hxx
@@ -84,9 +84,9 @@ namespace dbtools
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxContext );
// IWarningsContainer
- virtual void appendWarning(const ::com::sun::star::sdbc::SQLException& _rWarning);
- virtual void appendWarning(const ::com::sun::star::sdbc::SQLWarning& _rWarning);
- virtual void appendWarning(const ::com::sun::star::sdb::SQLContext& _rContext);
+ virtual void appendWarning(const ::com::sun::star::sdbc::SQLException& _rWarning) SAL_OVERRIDE;
+ virtual void appendWarning(const ::com::sun::star::sdbc::SQLWarning& _rWarning) SAL_OVERRIDE;
+ virtual void appendWarning(const ::com::sun::star::sdb::SQLContext& _rContext) SAL_OVERRIDE;
// XWarningsSupplier equivalents
::com::sun::star::uno::Any SAL_CALL getWarnings( ) const;