User: kz Date: 2007-05-10 10:40:04+0000 Log: INTEGRATION: CWS dba23a (1.34.30); FILE MERGED 2007/02/26 11:48:19 fs 1.34.30.1: remove unused code Issue number: #i74804# Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED]
File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: TableWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/TableWindow.cxx?r1=1.34&r2=1.35 Delta lines: +0 -15 -------------------- --- TableWindow.cxx 2006-12-13 16:54:27+0000 1.34 +++ TableWindow.cxx 2007-05-10 10:40:01+0000 1.35 @@ -504,15 +504,6 @@ } //------------------------------------------------------------------------------ -void OTableWindow::SetTitle( const ::rtl::OUString& rTit ) -{ - ::rtl::OUString sOldTitle = m_aTitle.GetText(); - m_aTitle.SetText( rTit ); - if ( m_pAccessible ) - m_pAccessible->notifyAccessibleEvent(AccessibleEventId::NAME_CHANGED ,makeAny(sOldTitle),makeAny(rTit)); -} - -//------------------------------------------------------------------------------ void OTableWindow::Draw3DBorder(const Rectangle& rRect) { // die Style-Settings des Systems fuer meine Farben @@ -741,12 +732,6 @@ } //------------------------------------------------------------------------------ -void OTableWindow::InvalidateLines() -{ - getTableView()->InvalidateConnections(); -} - -//------------------------------------------------------------------------------ BOOL OTableWindow::ExistsAConn() const { return getTableView()->ExistsAConn(this); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
