diff options
Diffstat (limited to 'dbaccess/source')
-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 |