summaryrefslogtreecommitdiff
path: root/embeddedobj/source/inc/intercept.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/source/inc/intercept.hxx')
-rw-r--r--embeddedobj/source/inc/intercept.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/embeddedobj/source/inc/intercept.hxx b/embeddedobj/source/inc/intercept.hxx
index e3cb9acdf8e4..a2291fb03703 100644
--- a/embeddedobj/source/inc/intercept.hxx
+++ b/embeddedobj/source/inc/intercept.hxx
@@ -59,7 +59,7 @@ public:
const ::com::sun::star::util::URL& URL,
const ::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue >& Arguments )
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL
addStatusListener(
@@ -68,7 +68,7 @@ public:
const ::com::sun::star::util::URL& URL )
throw (
::com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
virtual void SAL_CALL
removeStatusListener(
@@ -77,14 +77,14 @@ public:
const ::com::sun::star::util::URL& URL )
throw (
::com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
//XInterceptorInfo
virtual ::com::sun::star::uno::Sequence< OUString >
SAL_CALL getInterceptedURLs( )
throw (
::com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
//XDispatchProvider ( inherited by XDispatchProviderInterceptor )
virtual ::com::sun::star::uno::Reference<
@@ -95,7 +95,7 @@ public:
sal_Int32 SearchFlags )
throw (
::com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Sequence<
::com::sun::star::uno::Reference<
@@ -105,7 +105,7 @@ public:
::com::sun::star::frame::DispatchDescriptor >& Requests )
throw (
::com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
//XDispatchProviderInterceptor
@@ -114,7 +114,7 @@ public:
getSlaveDispatchProvider( )
throw (
::com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
virtual void SAL_CALL
setSlaveDispatchProvider(
@@ -122,14 +122,14 @@ public:
::com::sun::star::frame::XDispatchProvider >& NewDispatchProvider )
throw (
::com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference<
::com::sun::star::frame::XDispatchProvider > SAL_CALL
getMasterDispatchProvider( )
throw (
::com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
virtual void SAL_CALL
setMasterDispatchProvider(
@@ -137,7 +137,7 @@ public:
::com::sun::star::frame::XDispatchProvider >& NewSupplier )
throw (
::com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
private: