Kaydet (Commit) a722b3db authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dba201b (1.39.38); FILE MERGED

2005/09/21 08:26:57 oj 1.39.38.2: RESYNC: (1.39-1.40); FILE MERGED
2005/07/11 13:37:18 fs 1.39.38.1: merging CWS dba201 into CWS dba201b
üst 9164c31f
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: adminpages.cxx,v $ * $RCSfile: adminpages.cxx,v $
* *
* $Revision: 1.40 $ * $Revision: 1.41 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 14:51:54 $ * last change: $Author: hr $ $Date: 2005-09-23 12:28:13 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -125,7 +125,8 @@ namespace dbaui ...@@ -125,7 +125,8 @@ namespace dbaui
//========================================================================= //=========================================================================
//= OGenericAdministrationPage //= OGenericAdministrationPage
//========================================================================= //=========================================================================
//------------------------------------------------------------------------- DBG_NAME(OGenericAdministrationPage)
//-------------------------------------------------------------------------
OGenericAdministrationPage::OGenericAdministrationPage(Window* _pParent, const ResId& _rId, const SfxItemSet& _rAttrSet) OGenericAdministrationPage::OGenericAdministrationPage(Window* _pParent, const ResId& _rId, const SfxItemSet& _rAttrSet)
:SfxTabPage(_pParent, _rId, _rAttrSet) :SfxTabPage(_pParent, _rId, _rAttrSet)
,m_pAdminDialog(NULL) ,m_pAdminDialog(NULL)
...@@ -133,6 +134,8 @@ namespace dbaui ...@@ -133,6 +134,8 @@ namespace dbaui
,m_pFT_HeaderText(NULL) ,m_pFT_HeaderText(NULL)
,m_abEnableRoadmap(sal_False) ,m_abEnableRoadmap(sal_False)
{ {
DBG_CTOR(OGenericAdministrationPage,NULL);
SetExchangeSupport(sal_True); SetExchangeSupport(sal_True);
} }
...@@ -140,6 +143,8 @@ namespace dbaui ...@@ -140,6 +143,8 @@ namespace dbaui
OGenericAdministrationPage::~OGenericAdministrationPage() OGenericAdministrationPage::~OGenericAdministrationPage()
{ {
DELETEZ(m_pFT_HeaderText); DELETEZ(m_pFT_HeaderText);
DBG_DTOR(OGenericAdministrationPage,NULL);
} }
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment