Kaydet (Commit) 6b0389d1 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dba24b (1.7.130); FILE MERGED

2007/09/28 12:00:03 oj 1.7.130.2: RESYNC: (1.7-1.8); FILE MERGED
2007/08/22 11:41:58 oj 1.7.130.1: #i76374# handle cross join as natural join now in query design
üst f3db79ce
......@@ -4,9 +4,9 @@
*
* $RCSfile: ConnectionLineData.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: hr $ $Date: 2007-09-26 14:52:27 $
* last change: $Author: hr $ $Date: 2007-11-01 15:26:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -83,12 +83,6 @@ void OConnectionLineData::CopyFrom(const OConnectionLineData& rSource)
// hier ziehe ich mich auf das (nicht-virtuelle) operator= zurueck, das nur meine Members kopiert
}
//------------------------------------------------------------------------
bool OConnectionLineData::IsValid() const
{
return (GetSourceFieldName().getLength() && GetDestFieldName().getLength());
}
//------------------------------------------------------------------------
OConnectionLineData& OConnectionLineData::operator=( const OConnectionLineData& rConnLineData )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment