overload dispose

This commit is contained in:
Frank Schönheit 2000-11-06 16:38:57 +00:00
parent 7e2dc98a3f
commit 2de761edbc

View file

@ -2,9 +2,9 @@
*
* $RCSfile: unodatbr.hxx,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: oj $ $Date: 2000-10-26 14:45:34 $
* last change: $Author: fs $ $Date: 2000-11-06 17:38:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -105,6 +105,9 @@ namespace dbaui
virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeException );
virtual void SAL_CALL attachFrame(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > & xFrame) throw( ::com::sun::star::uno::RuntimeException );
// ::com::sun::star::lang::XComponent
virtual void SAL_CALL dispose();
// XServiceInfo
virtual ::rtl::OUString SAL_CALL getImplementationName() throw(::com::sun::star::uno::RuntimeException);
virtual ::comphelper::StringSequence SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException);