diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:40:40 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:40:40 +0000 |
commit | 1bbc0b554c6fb0f58480d49980153918f514bb6c (patch) | |
tree | f349f0ad855d0f7ee8e950aa2f8db91b3d308d3a /dbaccess/source/ui/relationdesign/RTableConnection.cxx | |
parent | f3096586bed40e15aa9d62b9b48ba29e84c8fbc8 (diff) |
INTEGRATION: CWS dba23a (1.7.62); FILE MERGED
2007/02/26 11:48:20 fs 1.7.62.1: remove unused code
Issue number: #i74804#
Submitted by: jnavrati@openoffice.org
Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RTableConnection.cxx')
-rw-r--r-- | dbaccess/source/ui/relationdesign/RTableConnection.cxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/dbaccess/source/ui/relationdesign/RTableConnection.cxx b/dbaccess/source/ui/relationdesign/RTableConnection.cxx index 00bb54ee9b31..bd51c81a9110 100644 --- a/dbaccess/source/ui/relationdesign/RTableConnection.cxx +++ b/dbaccess/source/ui/relationdesign/RTableConnection.cxx @@ -4,9 +4,9 @@ * * $RCSfile: RTableConnection.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:43:36 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:40:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,13 +79,6 @@ ORelationTableConnection::~ORelationTableConnection() } //------------------------------------------------------------------------ -OConnectionLine* ORelationTableConnection::CreateConnLine( const OConnectionLine& rConnLine ) -{ - DBG_CHKTHIS(ORelationTableConnection,NULL); - return new OConnectionLine( rConnLine ); -} - -//------------------------------------------------------------------------ ORelationTableConnection& ORelationTableConnection::operator=( const ORelationTableConnection& rConn ) { DBG_CHKTHIS(ORelationTableConnection,NULL); |