summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/ConnectionLine.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:27:18 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:27:18 +0000
commit04ece50bd6ab04751f146748fd94d3ceae1a8e42 (patch)
treecfa5b95ebd0574c3791715d93efa85512fb67db5 /dbaccess/source/ui/inc/ConnectionLine.hxx
parentINTEGRATION: CWS dba23a (1.4.254); FILE MERGED (diff)
downloadcore-04ece50bd6ab04751f146748fd94d3ceae1a8e42.tar.gz
core-04ece50bd6ab04751f146748fd94d3ceae1a8e42.zip
INTEGRATION: CWS dba23a (1.5.254); FILE MERGED
2007/02/26 10:34:00 fs 1.5.254.1: remove unused code Issue number: #i74776# Submitted by: jnavrati@openoffice.org Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess/source/ui/inc/ConnectionLine.hxx')
-rw-r--r--dbaccess/source/ui/inc/ConnectionLine.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/dbaccess/source/ui/inc/ConnectionLine.hxx b/dbaccess/source/ui/inc/ConnectionLine.hxx
index 03c4bef884e0..ecbe592bc5ea 100644
--- a/dbaccess/source/ui/inc/ConnectionLine.hxx
+++ b/dbaccess/source/ui/inc/ConnectionLine.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ConnectionLine.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:15:35 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:27:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -77,8 +77,6 @@ namespace dbaui
Point m_aSourceDescrLinePos,
m_aDestDescrLinePos;
public:
- OConnectionLine( OTableConnection* pConn, const String& rSourceFieldName = String(),
- const String& rDestFieldName = String() );
OConnectionLine( OTableConnection* pConn, OConnectionLineDataRef pLineData );
OConnectionLine( const OConnectionLine& rLine );
virtual ~OConnectionLine();
@@ -92,9 +90,6 @@ namespace dbaui
String GetSourceFieldName() const { return m_pData->GetSourceFieldName(); }
String GetDestFieldName() const { return m_pData->GetDestFieldName(); }
- void SetSourceFieldName( const String& rSourceFieldName );
- void SetDestFieldName( const String& rDestFieldName );
- BOOL Connect( const String& rSourceFieldName, const String& rDestFieldName );
BOOL IsValid() const;
Rectangle GetSourceTextPos() const;