User: hr Date: 05/09/23 05:24:47 Modified: /dba/dbaccess/source/ui/dlg/ AdabasStatDlg.cxx
Log: INTEGRATION: CWS dba201b (1.5.6); FILE MERGED 2005/09/21 08:13:42 oj 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:37:17 fs 1.5.6.1: merging CWS dba201 into CWS dba201b File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: AdabasStatDlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/AdabasStatDlg.cxx?r1=1.6&r2=1.7 Delta lines: +7 -2 ------------------- --- AdabasStatDlg.cxx 8 Sep 2005 14:40:38 -0000 1.6 +++ AdabasStatDlg.cxx 23 Sep 2005 12:24:44 -0000 1.7 @@ -92,13 +92,16 @@ //======================================================================== //= OAdabasStatPageDlg - //======================================================================== +DBG_NAME(OAdabasStatPageDlg) +//======================================================================== OAdabasStatPageDlg::OAdabasStatPageDlg(Window* _pParent , SfxItemSet* _pItems ,const Reference< XMultiServiceFactory >& _rxORB ,const ::com::sun::star::uno::Any& _aDataSourceName) :SfxTabDialog(_pParent, ModuleRes(DLG_DATABASE_ADABASADMIN), _pItems) { + DBG_CTOR(OAdabasStatPageDlg,NULL); + m_pImpl = ::std::auto_ptr<ODbDataSourceAdministrationHelper>(new ODbDataSourceAdministrationHelper(_rxORB,_pParent,this)); m_pImpl->setDataSourceOrName(_aDataSourceName); Reference< XPropertySet > xDatasource = m_pImpl->getCurrentDataSource(); @@ -156,6 +159,8 @@ { SetInputSet(NULL); DELETEZ(pExampleSet); + + DBG_DTOR(OAdabasStatPageDlg,NULL); } // ----------------------------------------------------------------------- short OAdabasStatPageDlg::Execute() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
