User: hr Date: 05/09/23 05:32:30 Modified: /dba/dbaccess/source/ui/dlg/ tablespage.cxx
Log: INTEGRATION: CWS dba201b (1.22.44); FILE MERGED 2005/09/21 08:49:34 oj 1.22.44.2: RESYNC: (1.22-1.23); FILE MERGED 2005/07/11 13:37:21 fs 1.22.44.1: merging CWS dba201 into CWS dba201b File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: tablespage.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/tablespage.cxx?r1=1.23&r2=1.24 Delta lines: +7 -2 ------------------- --- tablespage.cxx 8 Sep 2005 15:11:47 -0000 1.23 +++ tablespage.cxx 23 Sep 2005 12:32:28 -0000 1.24 @@ -144,7 +144,8 @@ //======================================================================== //= OTableSubscriptionPage //======================================================================== - //------------------------------------------------------------------------ +DBG_NAME(OTableSubscriptionPage) +//------------------------------------------------------------------------ OTableSubscriptionPage::OTableSubscriptionPage( Window* pParent, const SfxItemSet& _rCoreAttrs,OTableSubscriptionDialog* _pTablesDlg ) :OGenericAdministrationPage( pParent, ModuleRes(PAGE_TABLESUBSCRIPTION), _rCoreAttrs ) ,OContainerListener( m_aNotifierMutex ) @@ -155,6 +156,8 @@ ,m_bCatalogAtStart ( sal_True ) ,m_pTablesDlg(_pTablesDlg) { + DBG_CTOR(OTableSubscriptionPage,NULL); + m_aTablesList.SetCheckHandler(getControlModifiedLink()); // initialize the TabListBox @@ -182,6 +185,8 @@ catch (RuntimeException&) { } retireNotifiers(); + + DBG_DTOR(OTableSubscriptionPage,NULL); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
