summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:45:55 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:45:55 +0000
commitb0851f41cf199ea28f676766715f0af1cbef4810 (patch)
tree916bb562cdc90547b7cf935d1c5beb094244981d /dbaccess/source/ui/inc
parent9d08b876e6f450e7520f6f1fd09872f92d512b29 (diff)
INTEGRATION: CWS dba30d (1.26.30); FILE MERGED
2008/05/29 15:13:41 oj 1.26.30.1: #i86168# delete connections
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r--dbaccess/source/ui/inc/JoinTableView.hxx4
1 files changed, 2 insertions, 2 deletions
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<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