summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/TextConnectionHelper.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:27:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:27:26 +0000
commit15467a3e679fdf2ae3d73b80b79d48f752b6978c (patch)
tree71bd3b3ea4d234e9bba4c20494018477bcfc8456 /dbaccess/source/ui/dlg/TextConnectionHelper.cxx
parent7cbff08c0ec3cbef2d3f1c175f75ba4252ef9b48 (diff)
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
Diffstat (limited to 'dbaccess/source/ui/dlg/TextConnectionHelper.cxx')
-rw-r--r--dbaccess/source/ui/dlg/TextConnectionHelper.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/TextConnectionHelper.cxx b/dbaccess/source/ui/dlg/TextConnectionHelper.cxx
index 0f48fd0333c3..6e34dc0324fc 100644
--- a/dbaccess/source/ui/dlg/TextConnectionHelper.cxx
+++ b/dbaccess/source/ui/dlg/TextConnectionHelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TextConnectionHelper.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:49:15 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:27:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -164,7 +164,8 @@ namespace dbaui
//========================================================================
//= 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 @@ namespace dbaui
,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 @@ namespace dbaui
// -----------------------------------------------------------------------
OTextConnectionHelper::~OTextConnectionHelper()
{
+
+ DBG_DTOR(OTextConnectionHelper,NULL);
}