diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 15:12:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 15:12:02 +0000 |
commit | 2aac784450ac7ddd4f36cd1665968607ee288886 (patch) | |
tree | cca4b5ed33c9babf37ecf080cc40c11bea191fd5 /dbaccess/source/ui | |
parent | abc7072d702d399fe03cc31e586d0e6db435e175 (diff) |
INTEGRATION: CWS insight01 (1.7.42); FILE MERGED
2004/07/15 10:52:29 oj 1.7.42.1: add chkthis macros
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx b/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx index e02c330ba4d8..0442f5b05a22 100644 --- a/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx +++ b/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ConnectionLineAccess.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2004-03-02 12:46:00 $ + * last change: $Author: hr $ $Date: 2004-08-02 16:12:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -280,10 +280,10 @@ namespace dbaui // ----------------------------------------------------------------------------- OTableConnection::~OTableConnection() { + DBG_DTOR(OTableConnection,NULL); ////////////////////////////////////////////////////////////////////// // clear vector clearLineData(); - DBG_DTOR(OTableConnection,NULL); } // ----------------------------------------------------------------------------- sal_Bool OConnectionLineAccess::isEditable() const |