User: ihi Date: 2006/10/18 06:29:13 Modified: dba/dbaccess/source/core/inc/tablecontainer.hxx
Log: INTEGRATION: CWS dba205b (1.26.20); FILE MERGED 2006/08/09 19:50:15 fs 1.26.20.2: #notifyDataSourceModified is not needed 2006/08/06 20:17:36 fs 1.26.20.1: #i67020# hold the column container mediator as ::rtl::Reference File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: tablecontainer.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/tablecontainer.hxx?r1=1.26&r2=1.27 Delta lines: +1 -4 ------------------- --- tablecontainer.hxx 10 Jul 2006 15:15:18 -0000 1.26 +++ tablecontainer.hxx 18 Oct 2006 13:29:10 -0000 1.27 @@ -101,8 +101,7 @@ { protected: ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > m_xTableDefinitions; - ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener > m_xTableMediator; - OContainerMediator* m_pMediator; + ::rtl::Reference< OContainerMediator > m_pTableMediator; sal_Bool m_bInAppend; // true when we are in append mode sal_Bool m_bInDrop; // set when we are in the drop method @@ -123,8 +122,6 @@ const ::com::sun::star::uno::Sequence< ::rtl::OUString >& _rTableTypeFilter, const ::std::vector< WildCard >& _rWCSearch) const; virtual void SAL_CALL disposing(); - - virtual void notifyDataSourceModified(); /** retrieve a table type filter to pass to <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTables</member>, according to the current data source settings --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
