From b0851f41cf199ea28f676766715f0af1cbef4810 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 25 Jun 2008 11:45:55 +0000 Subject: INTEGRATION: CWS dba30d (1.26.30); FILE MERGED 2008/05/29 15:13:41 oj 1.26.30.1: #i86168# delete connections --- dbaccess/source/ui/inc/JoinTableView.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/inc') diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index e0de48dacc1c..73794cd61f28 100644 --- a/dbaccess/source/ui/inc/JoinTableView.hxx +++ b/dbaccess/source/ui/inc/JoinTableView.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: JoinTableView.hxx,v $ - * $Revision: 1.26 $ + * $Revision: 1.27 $ * * This file is part of OpenOffice.org. * @@ -170,7 +170,7 @@ namespace dbaui @return an iterator to next valid connection, so it can be used in any loop */ - virtual ::std::vector::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 -- cgit