summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-09-04 15:09:33 +0000
committerMalte Timmermann <mt@openoffice.org>2001-09-04 15:09:33 +0000
commit4fb34196f616969346a80ded2805dbf2a7da797f (patch)
treeb2bfa969f2527f6f9979a3458e30b0bce7121517 /toolkit/inc/toolkit/controls
parent52eb7a9253b84761b92efc502d681a4abd9f7089 (diff)
#88003# Don't overload add/removeEventListener
Diffstat (limited to 'toolkit/inc/toolkit/controls')
-rw-r--r--toolkit/inc/toolkit/controls/unocontrolcontainer.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx b/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
index c68f151b5599..26e55afe6055 100644
--- a/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
+++ b/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocontrolcontainer.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mt $ $Date: 2001-05-17 14:52:17 $
+ * last change: $Author: mt $ $Date: 2001-09-04 16:09:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,9 +116,7 @@ public:
::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw(::com::sun::star::uno::RuntimeException);
// ::com::sun::star::lang::XComponent
- void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException);
- void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& xListener ) throw(::com::sun::star::uno::RuntimeException);
- void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener ) throw(::com::sun::star::uno::RuntimeException);
+ void SAL_CALL dispose() throw(::com::sun::star::uno::RuntimeException);
// ::com::sun::star::lang::XEventListener
void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException);