summaryrefslogtreecommitdiff
path: root/embedserv/source/inc/intercept.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv/source/inc/intercept.hxx')
-rw-r--r--embedserv/source/inc/intercept.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/embedserv/source/inc/intercept.hxx b/embedserv/source/inc/intercept.hxx
index 6c8187cf8edb..ab3fb63cad8f 100644
--- a/embedserv/source/inc/intercept.hxx
+++ b/embedserv/source/inc/intercept.hxx
@@ -59,16 +59,16 @@ public:
// XComponent
/// @throws css::uno::RuntimeException
- virtual void SAL_CALL
+ virtual void
addEventListener(
const css::uno::Reference< css::lang::XEventListener >& xListener );
/// @throws css::uno::RuntimeException
- virtual void SAL_CALL
+ virtual void
removeEventListener( const css::uno::Reference< css::lang::XEventListener >& aListener );
/// @throws css::uno::RuntimeException
- void SAL_CALL
+ void
dispose();