summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:18:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:18:47 +0000
commitf4fe16986da29a38035e00a207ebc8b019390737 (patch)
tree90d41b163da3f74475031c0f1e8f4d46630556fc /dbaccess/source/ui/tabledesign
parent83d72c6456c95f2f48090804773b523fe2deebac (diff)
INTEGRATION: CWS insight01 (1.14.64); FILE MERGED
2004/07/15 10:52:27 oj 1.14.64.1: add chkthis macros
Diffstat (limited to 'dbaccess/source/ui/tabledesign')
-rw-r--r--dbaccess/source/ui/tabledesign/TableRow.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableRow.cxx b/dbaccess/source/ui/tabledesign/TableRow.cxx
index aec5d2364695..b75dc6486839 100644
--- a/dbaccess/source/ui/tabledesign/TableRow.cxx
+++ b/dbaccess/source/ui/tabledesign/TableRow.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableRow.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 17:53:04 $
+ * last change: $Author: hr $ $Date: 2004-08-02 16:18:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,9 +118,9 @@ OTableRow::OTableRow( const OTableRow& rRow, long nPosition ) :
//------------------------------------------------------------------------------
OTableRow::~OTableRow()
{
+ DBG_DTOR(OTableRow,NULL);
if(m_bOwnsDescriptions)
delete m_pActFieldDescr;
- DBG_DTOR(OTableRow,NULL);
}
//------------------------------------------------------------------------------