User: hr Date: 05/09/23 05:07:37 Modified: /dba/dbaccess/source/filter/migration/ cfgimport.cxx
Log: INTEGRATION: CWS dba201b (1.8.36); FILE MERGED 2005/09/21 07:21:39 oj 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/11 13:37:02 fs 1.8.36.1: merging CWS dba201 into CWS dba201b File Changes: Directory: /dba/dbaccess/source/filter/migration/ ================================================= File [changed]: cfgimport.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/migration/cfgimport.cxx?r1=1.9&r2=1.10 Delta lines: +8 -0 ------------------- --- cfgimport.cxx 8 Sep 2005 13:58:53 -0000 1.9 +++ cfgimport.cxx 23 Sep 2005 12:07:35 -0000 1.10 @@ -152,6 +152,9 @@ #ifndef _COM_SUN_STAR_FORM_XFORMSSUPPLIER_HPP_ #include <com/sun/star/form/XFormsSupplier.hpp> #endif +#ifndef _TOOLS_DEBUG_HXX +#include <tools/debug.hxx> +#endif extern "C" void SAL_CALL createRegistryInfo_OCfgImport( ) @@ -201,17 +204,22 @@ // ------------- // - OCfgImport - // ------------- +DBG_NAME(OCfgImport) OCfgImport::OCfgImport( const Reference< XMultiServiceFactory >& _rxMSF ) :m_xORB( _rxMSF ) ,m_bPropertyMayBeVoid(sal_True) { + DBG_CTOR(OCfgImport,NULL); + } // ----------------------------------------------------------------------------- OCfgImport::~OCfgImport() throw() { + + DBG_DTOR(OCfgImport,NULL); } // ----------------------------------------------------------------------------- IMPLEMENT_SERVICE_INFO1_STATIC( OCfgImport, "com.sun.star.comp.sdb.DataSourceMigration", "com.sun.star.sdb.DataSourceMigration") --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
