summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/JoinController.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-03-01 14:17:55 +0000
committerOcke Janssen <oj@openoffice.org>2001-03-01 14:17:55 +0000
commit7f4fcc0fff402eba84abacafa3d6a641c0d25e75 (patch)
tree9342bf5d8a1ffa0a5097c3720b850655eeab922f /dbaccess/source/ui/inc/JoinController.hxx
parent6d506e7f7458107a7e4639639467db6ed400952c (diff)
#84115# impl as WeakComponent
Diffstat (limited to 'dbaccess/source/ui/inc/JoinController.hxx')
-rw-r--r--dbaccess/source/ui/inc/JoinController.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/JoinController.hxx b/dbaccess/source/ui/inc/JoinController.hxx
index 85fe260ff0bf..22141e62f7f0 100644
--- a/dbaccess/source/ui/inc/JoinController.hxx
+++ b/dbaccess/source/ui/inc/JoinController.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinController.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2001-03-01 13:27:03 $
+ * last change: $Author: oj $ $Date: 2001-03-01 15:17:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,7 +147,7 @@ namespace dbaui
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException);
// ::com::sun::star::lang::XComponent
- virtual void SAL_CALL dispose();
+ virtual void SAL_CALL disposing();
//
virtual void Load(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxIn);