diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-03-02 11:46:30 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-03-02 11:46:30 +0000 |
commit | b66c6f6f7f87d62038512705eb13719ed9d116c2 (patch) | |
tree | d42fcd01257f2595036a65eacbdd641a893d846f /dbaccess/source/ui/querydesign/JoinTableView.cxx | |
parent | d614063b5ae31ac967ad768644517879bfe418a4 (diff) |
INTEGRATION: CWS oj07 (1.46.38); FILE MERGED
2004/01/28 09:29:59 oj 1.46.38.2: RESYNC: (1.46-1.47); FILE MERGED
2003/08/21 13:48:05 oj 1.46.38.1: #111118# derive the tableconnection from window to fit into accessiblity tree
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinTableView.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinTableView.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx index 476ed9a12..337adc86a 100644 --- a/dbaccess/source/ui/querydesign/JoinTableView.cxx +++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx @@ -2,9 +2,9 @@ * * $RCSfile: JoinTableView.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: rt $ $Date: 2003-12-01 10:38:03 $ + * last change: $Author: rt $ $Date: 2004-03-02 12:46:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -348,7 +348,7 @@ void OJoinTableView::AddConnection(const OJoinExchangeData& jxdSource, const OJo modified(); if ( m_pAccessible ) m_pAccessible->notifyAccessibleEvent( AccessibleEventId::CHILD, - makeAny(_pConn->getAccessible()), + makeAny(_pConn->GetAccessible()), Any()); if ( _bDelete ) { @@ -1744,7 +1744,7 @@ void OJoinTableView::addConnection(OTableConnection* _pConnection,sal_Bool _bAdd if ( m_pAccessible ) m_pAccessible->notifyAccessibleEvent( AccessibleEventId::CHILD, Any(), - makeAny(_pConnection->getAccessible())); + makeAny(_pConnection->GetAccessible())); } // ----------------------------------------------------------------------------- |