From a01d6ad79a9b447d69fa6e106151f67b61c7c70f Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 09:37:18 +0000 Subject: 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 --- dbaccess/source/ui/querydesign/QTableConnection.cxx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'dbaccess') 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. @@ -80,13 +80,6 @@ OQueryTableConnection::~OQueryTableConnection() DBG_DTOR(OQueryTableConnection,NULL); } -//------------------------------------------------------------------------ -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) { -- cgit v1.2.3