diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:32:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:32:28 +0000 |
commit | fa856cd5c22eb8c02b486cca69bf813462511ca6 (patch) | |
tree | c13ce8ffac6f687a9dca61eb5b835f197c3579fb /dbaccess/source/ui/dlg/tablespage.cxx | |
parent | 4ee7c82bd7c56bac6a9e9969bbae824c78f2cc8f (diff) |
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
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/tablespage.cxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx index bc535ca19b66..e934ac859282 100644 --- a/dbaccess/source/ui/dlg/tablespage.cxx +++ b/dbaccess/source/ui/dlg/tablespage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tablespage.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:11:47 $ + * last change: $Author: hr $ $Date: 2005-09-23 12:32:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -144,7 +144,8 @@ namespace dbaui //======================================================================== //= 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 @@ namespace dbaui ,m_bCatalogAtStart ( sal_True ) ,m_pTablesDlg(_pTablesDlg) { + DBG_CTOR(OTableSubscriptionPage,NULL); + m_aTablesList.SetCheckHandler(getControlModifiedLink()); // initialize the TabListBox @@ -182,6 +185,8 @@ namespace dbaui catch (RuntimeException&) { } retireNotifiers(); + + DBG_DTOR(OTableSubscriptionPage,NULL); } // ----------------------------------------------------------------------------- |