summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/JoinTableView.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-06-28 13:26:45 +0000
committerOcke Janssen <oj@openoffice.org>2001-06-28 13:26:45 +0000
commit2e91342770e3d84129070b1b92379a90d97cebb4 (patch)
treefe64fea49be4718ea3be22b4b1dc723411a3c724 /dbaccess/source/ui/inc/JoinTableView.hxx
parentd7b87b4a40a20d2d1a542518febe44dc9809b275 (diff)
#88787# assure that the noone access objects thaould already be disposed
Diffstat (limited to 'dbaccess/source/ui/inc/JoinTableView.hxx')
-rw-r--r--dbaccess/source/ui/inc/JoinTableView.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx
index f4dafa6d1600..08211a0ea74e 100644
--- a/dbaccess/source/ui/inc/JoinTableView.hxx
+++ b/dbaccess/source/ui/inc/JoinTableView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinTableView.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-04-30 13:03:02 $
+ * last change: $Author: oj $ $Date: 2001-06-28 14:26:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,12 +196,15 @@ namespace dbaui
OTableWindowMap* GetTabWinMap() { return &m_aTableMap; }
const OTableWindowMap* GetTabWinMap() const { return &m_aTableMap; }
::std::vector<OTableConnection*>* GetTabConnList() { return &m_vTableConnection; }
- // ::std::vector<OTableConnection*>* GetTabConnList() const { return &m_vTableConnection; }
BOOL ExistsAConn(const OTableWindow* pFromWin) const;
OTableConnection* GetTabConn(OTableWindow* pLhs,OTableWindow* pRhs, OTableConnection* _rpFirstAfter = NULL);
+ // clears the window map and connection vector without destroying it
+ // that means teh data of the windows and connection will be untouched
+ void clearLayoutInformation();
+
// set the focus to that tab win which most recently had it (or to the first available one)
void GrabTabWinFocus();