summaryrefslogtreecommitdiffstats
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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/intercept.hxx b/embeddedobj/source/inc/intercept.hxx
index 5eafe0976ec5..f08135f113ba 100644
--- a/embeddedobj/source/inc/intercept.hxx
+++ b/embeddedobj/source/inc/intercept.hxx
@@ -44,12 +44,12 @@ public:
// overwritten to release the statuslistner.
// XComponent
- virtual void SAL_CALL
+ void SAL_CALL
addEventListener(
const com::sun::star::uno::Reference< com::sun::star::lang::XEventListener >& xListener )
throw( com::sun::star::uno::RuntimeException );
- virtual void SAL_CALL
+ void SAL_CALL
removeEventListener( const com::sun::star::uno::Reference< com::sun::star::lang::XEventListener >& aListener )
throw( com::sun::star::uno::RuntimeException );