summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/JoinController.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 08:49:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 08:49:23 +0000
commit303ea9a076c4146451b4f4b4cd9ba0af8450a174 (patch)
treef1abe614caea185663e633da122ac0352ade8ab8 /dbaccess/source/ui/querydesign/JoinController.cxx
parent9e6882caa17d87c798dc2ce1dd2bf4d8a19be60c (diff)
INTEGRATION: CWS dba26 (1.32.60); FILE MERGED
2005/03/11 12:08:04 oj 1.32.60.1: #i42067# set addtabdlg to null beforeview is set to null
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/JoinController.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx
index 424e856a8..70d41d99a 100644
--- a/dbaccess/source/ui/querydesign/JoinController.cxx
+++ b/dbaccess/source/ui/querydesign/JoinController.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinController.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 14:32:37 $
+ * last change: $Author: vg $ $Date: 2005-03-23 09:49:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -213,8 +213,8 @@ void OJoinController::disposing()
{
OJoinController_BASE::disposing();
- m_pView = NULL;
m_pAddTabDlg = NULL;
+ m_pView = NULL;
{
::std::vector< OTableConnectionData*>::iterator aIter = m_vTableConnectionData.begin();