User: kz Date: 2007-05-10 10:27:21+0000 Log: 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: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED]
File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: ConnectionLine.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/ConnectionLine.hxx?r1=1.5&r2=1.6 Delta lines: +0 -5 ------------------- --- ConnectionLine.hxx 2005-09-08 15:15:35+0000 1.5 +++ ConnectionLine.hxx 2007-05-10 10:27:18+0000 1.6 @@ -77,8 +77,6 @@ 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 @@ 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; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
