summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/intercept.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/dataaccess/intercept.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/intercept.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/dbaccess/source/core/dataaccess/intercept.hxx b/dbaccess/source/core/dataaccess/intercept.hxx
index 571e6205db6f..48c8ae002c32 100644
--- a/dbaccess/source/core/dataaccess/intercept.hxx
+++ b/dbaccess/source/core/dataaccess/intercept.hxx
@@ -53,7 +53,7 @@ public:
dispatch(
const css::util::URL& URL,
const css::uno::Sequence< css::beans::PropertyValue >& Arguments )
- throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (css::uno::RuntimeException, std::exception) override;
virtual void SAL_CALL
addStatusListener(
@@ -61,7 +61,7 @@ public:
const css::util::URL& URL )
throw (
css::uno::RuntimeException, std::exception
- ) SAL_OVERRIDE;
+ ) override;
virtual void SAL_CALL
removeStatusListener(
@@ -69,14 +69,14 @@ public:
const css::util::URL& URL )
throw (
css::uno::RuntimeException, std::exception
- ) SAL_OVERRIDE;
+ ) override;
//XInterceptorInfo
virtual css::uno::Sequence< OUString >
SAL_CALL getInterceptedURLs( )
throw (
css::uno::RuntimeException, std::exception
- ) SAL_OVERRIDE;
+ ) override;
//XDispatchProvider ( inherited by XDispatchProviderInterceptor )
virtual css::uno::Reference< css::frame::XDispatch > SAL_CALL
@@ -86,45 +86,45 @@ public:
sal_Int32 SearchFlags )
throw (
css::uno::RuntimeException, std::exception
- ) SAL_OVERRIDE;
+ ) override;
virtual css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL
queryDispatches(
const css::uno::Sequence< css::frame::DispatchDescriptor >& Requests )
throw (
css::uno::RuntimeException, std::exception
- ) SAL_OVERRIDE;
+ ) override;
//XDispatchProviderInterceptor
virtual css::uno::Reference< css::frame::XDispatchProvider > SAL_CALL
getSlaveDispatchProvider( )
throw (
css::uno::RuntimeException, std::exception
- ) SAL_OVERRIDE;
+ ) override;
virtual void SAL_CALL
setSlaveDispatchProvider(
const css::uno::Reference< css::frame::XDispatchProvider >& NewDispatchProvider )
throw (
css::uno::RuntimeException, std::exception
- ) SAL_OVERRIDE;
+ ) override;
virtual css::uno::Reference< css::frame::XDispatchProvider > SAL_CALL
getMasterDispatchProvider( )
throw (
css::uno::RuntimeException, std::exception
- ) SAL_OVERRIDE;
+ ) override;
virtual void SAL_CALL
setMasterDispatchProvider(
const css::uno::Reference< css::frame::XDispatchProvider >& NewSupplier )
throw (
css::uno::RuntimeException, std::exception
- ) SAL_OVERRIDE;
+ ) override;
// XDocumentEventListener
- virtual void SAL_CALL documentEventOccured( const css::document::DocumentEvent& Event ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL documentEventOccured( const css::document::DocumentEvent& Event ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw (css::uno::RuntimeException, std::exception) override;
private: