summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/unodatbr.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-10-24 07:32:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-10-24 07:32:10 +0000
commitc007db7c6285ed95a36ed7832df1151db002ba07 (patch)
treeb7effcbeaa5e097fbdbeef37a79a7ffd08f94c68 /dbaccess/source/ui/inc/unodatbr.hxx
parentINTEGRATION: CWS dba201d (1.44.8); FILE MERGED (diff)
downloadcore-c007db7c6285ed95a36ed7832df1151db002ba07.tar.gz
core-c007db7c6285ed95a36ed7832df1151db002ba07.zip
INTEGRATION: CWS dba201d (1.62.2); FILE MERGED
2005/10/05 10:21:18 fs 1.62.2.1: #i55493# +impl_releaseConnection
Diffstat (limited to 'dbaccess/source/ui/inc/unodatbr.hxx')
-rw-r--r--dbaccess/source/ui/inc/unodatbr.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx
index db003a7d3d20..218c469acbd3 100644
--- a/dbaccess/source/ui/inc/unodatbr.hxx
+++ b/dbaccess/source/ui/inc/unodatbr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unodatbr.hxx,v $
*
- * $Revision: 1.62 $
+ * $Revision: 1.63 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:36:05 $
+ * last change: $Author: rt $ $Date: 2005-10-24 08:32:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -334,6 +334,9 @@ namespace dbaui
// disposes the connection associated with the given entry (which must represent a data source)
void disposeConnection( SvLBoxEntry* _pDSEntry );
+ /// flushs and disposes the given connection, and de-registers as listener
+ void impl_releaseConnection( SharedConnection& _rxConnection );
+
/** close the connection (and collapse the list entries) of the given list entries
*/
void closeConnection(SvLBoxEntry* _pEntry,sal_Bool _bDisposeConnection = sal_True);