Tag: cws_src680_odbmacros2 User: fs Date: 2007-12-18 21:21:46+0000 Modified: dba/dbaccess/source/ui/inc/brwctrlr.hxx
Log: #i49133# some re-factoring File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: brwctrlr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/brwctrlr.hxx?r1=1.38.98.1&r2=1.38.98.2 Delta lines: +15 -18 --------------------- --- brwctrlr.hxx 2007-12-13 11:22:37+0000 1.38.98.1 +++ brwctrlr.hxx 2007-12-18 21:21:43+0000 1.38.98.2 @@ -4,9 +4,9 @@ * * $RCSfile: brwctrlr.hxx,v $ * - * $Revision: 1.38.98.1 $ + * $Revision: 1.38.98.2 $ * - * last change: $Author: fs $ $Date: 2007/12/13 11:22:37 $ + * last change: $Author: fs $ $Date: 2007/12/18 21:21:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -114,7 +114,8 @@ // ========================================================================= - typedef ::cppu::ImplHelper8 < ::com::sun::star::sdb::XSQLErrorListener + typedef ::cppu::ImplInheritanceHelper8 < OGenericUnoController + , ::com::sun::star::sdb::XSQLErrorListener , ::com::sun::star::form::XDatabaseParameterListener , ::com::sun::star::form::XConfirmDeleteListener , ::com::sun::star::form::XLoadListener @@ -124,9 +125,7 @@ , ::com::sun::star::beans::XPropertyChangeListener > SbaXDataBrowserController_Base; - class SbaXDataBrowserController - :public OGenericUnoController - ,public SbaXDataBrowserController_Base + class SbaXDataBrowserController :public SbaXDataBrowserController_Base ,public SbaGridListener { // ========== @@ -209,8 +208,6 @@ // UNO virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rType) throw (::com::sun::star::uno::RuntimeException); - virtual void SAL_CALL acquire( ) throw (); - virtual void SAL_CALL release( ) throw (); // XTypeProvider virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw (::com::sun::star::uno::RuntimeException); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
