summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign/RelationController.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-14 06:26:28 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-14 06:26:28 +0000
commit578e0adb32357ed5ca0c8aa9858eb94b7a804315 (patch)
treeb55c41304718d39e997e683864917d87b0dc1135 /dbaccess/source/ui/relationdesign/RelationController.cxx
parent28f85a746117adee1b3b49414835066c618562c5 (diff)
#86877# don't close the task from within ::initialize
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RelationController.cxx')
-rw-r--r--dbaccess/source/ui/relationdesign/RelationController.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationController.cxx b/dbaccess/source/ui/relationdesign/RelationController.cxx
index 1ab4a5c2174c..5e1ad9e24fd0 100644
--- a/dbaccess/source/ui/relationdesign/RelationController.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationController.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RelationController.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: oj $ $Date: 2001-04-24 14:30:33 $
+ * last change: $Author: fs $ $Date: 2001-05-14 07:25:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -357,7 +357,6 @@ void SAL_CALL ORelationController::initialize( const Sequence< Any >& aArguments
ODataView* pWindow = getView();
InfoBox(pWindow, aMessage).Execute();
}
- closeTask();
throw SQLException();
}
}
@@ -370,7 +369,6 @@ void SAL_CALL ORelationController::initialize( const Sequence< Any >& aArguments
OSQLMessageBox aDlg(getView(),ModuleRes(STR_RELATIONDESIGN),ModuleRes(STR_RELATIONDESIGN_NOT_AVAILABLE));
aDlg.Execute();
}
- closeTask();
throw SQLException();
}
if(!m_bRelationsPossible)