User: vg Date: 05/02/17 03:04:38 Modified: /dba/dbaccess/source/core/inc/ sdbcoretools.hxx
Log: INTEGRATION: CWS dba23 (1.3.76); FILE MERGED 2005/01/19 08:45:48 fs 1.3.76.1: #i40358# +getDataSource File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: sdbcoretools.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/sdbcoretools.hxx?r1=1.3&r2=1.4 Delta lines: +5 -1 ------------------- --- sdbcoretools.hxx 2 Aug 2004 15:15:00 -0000 1.3 +++ sdbcoretools.hxx 17 Feb 2005 11:04:35 -0000 1.4 @@ -75,7 +75,11 @@ //......................................................................... // ----------------------------------------------------------------------------- - void notifyDataSourceModified(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xParent,sal_Bool _bModified); + void notifyDataSourceModified(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxObject,sal_Bool _bModified); + + // ----------------------------------------------------------------------------- + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > + getDataSource( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxDependentObject ); //......................................................................... } // namespace dbaccess --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
