User: hr Date: 05/09/23 05:27:28 Modified: /dba/dbaccess/source/ui/dlg/ TextConnectionHelper.cxx
Log: INTEGRATION: CWS dba201b (1.3.44); FILE MERGED 2005/09/21 08:23:26 oj 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:18 fs 1.3.44.1: merging CWS dba201 into CWS dba201b File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: TextConnectionHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/TextConnectionHelper.cxx?r1=1.4&r2=1.5 Delta lines: +7 -2 ------------------- --- TextConnectionHelper.cxx 8 Sep 2005 14:49:15 -0000 1.4 +++ TextConnectionHelper.cxx 23 Sep 2005 12:27:25 -0000 1.5 @@ -164,7 +164,8 @@ //======================================================================== //= OTextConnectionPageSetup //======================================================================== - //------------------------------------------------------------------------ +DBG_NAME(OTextConnectionHelper) +//------------------------------------------------------------------------ OTextConnectionHelper::OTextConnectionHelper( Window* pParent, USHORT nResId, sal_Bool _bWizardMode ) :Control(pParent) ,m_aLineFormat (pParent, ResId(FL_AUTOSEPARATOR2)) @@ -187,6 +188,8 @@ ,m_aTextSeparatorList (ResId(STR_AUTOTEXTSEPARATORLIST)) ,m_aTextNone (ResId(STR_AUTOTEXT_FIELD_SEP_NONE)) { + DBG_CTOR(OTextConnectionHelper,NULL); + m_bWizardMode = _bWizardMode; xub_StrLen nCnt = m_aFieldSeparatorList.GetTokenCount( '\t' ); xub_StrLen i; @@ -220,6 +223,8 @@ // ----------------------------------------------------------------------- OTextConnectionHelper::~OTextConnectionHelper() { + + DBG_DTOR(OTextConnectionHelper,NULL); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
