User: kz Date: 2008-06-25 12:45:58+0000 Modified: dba/dbaccess/source/ui/inc/JoinTableView.hxx
Log: INTEGRATION: CWS dba30d (1.26.30); FILE MERGED 2008/05/29 15:13:41 oj 1.26.30.1: #i86168# delete connections File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: JoinTableView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/JoinTableView.hxx?r1=1.26&r2=1.27 Delta lines: +1 -1 ------------------- --- JoinTableView.hxx 2008-04-10 15:11:09+0000 1.26 +++ JoinTableView.hxx 2008-06-25 12:45:55+0000 1.27 @@ -170,7 +170,7 @@ @return an iterator to next valid connection, so it can be used in any loop */ - virtual ::std::vector<OTableConnection*>::const_iterator RemoveConnection(OTableConnection* _pConnection,sal_Bool _bDelete); + virtual bool RemoveConnection(OTableConnection* _pConnection,sal_Bool _bDelete); /** allows to add new connections to join table view, it implies an invalidation of the features ID_BROWSER_ADDTABLE and SID_RELATION_ADD_RELATION also the modified flag will be set to true --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
