diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:37:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:37:18 +0000 |
commit | a01d6ad79a9b447d69fa6e106151f67b61c7c70f (patch) | |
tree | fe73f86a6a76da67b8058ce0fd7dcb30ad2cb07e /dbaccess | |
parent | acc39e5e5c53cbfab236b0433a484c99cf9ff254 (diff) |
INTEGRATION: CWS dba23a (1.5.74); FILE MERGED
2007/02/26 11:48:18 fs 1.5.74.1: remove unused code
Issue number: #i74804#
Submitted by: jnavrati@openoffice.org
Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/QTableConnection.cxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableConnection.cxx b/dbaccess/source/ui/querydesign/QTableConnection.cxx index 3d02b5ec421e..32ad99ebd6eb 100644 --- a/dbaccess/source/ui/querydesign/QTableConnection.cxx +++ b/dbaccess/source/ui/querydesign/QTableConnection.cxx @@ -4,9 +4,9 @@ * * $RCSfile: QTableConnection.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 07:21:16 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:37:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,13 +81,6 @@ OQueryTableConnection::~OQueryTableConnection() } //------------------------------------------------------------------------ -OConnectionLine* OQueryTableConnection::CreateConnLine( const OConnectionLine& rConnLine ) -{ - // keine Spezialisierung bei den ConnectionLines, also eine Instanz der Standard-Klasse - return new OConnectionLine(rConnLine); -} - -//------------------------------------------------------------------------ OQueryTableConnection& OQueryTableConnection::operator=(const OQueryTableConnection& rConn) { if (&rConn == this) |