summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/groupboxwiz.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-01 08:34:54 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-01 08:34:54 +0000
commitcc5b83ca24d133f9ad12b585d5f049011cf673c4 (patch)
tree25f214e7478206075a5f8ad3192d28c3e2047601 /extensions/source/dbpilots/groupboxwiz.cxx
parentfc66747ff2d30f24a1c62d9a0d5c97faf57726ac (diff)
onFinish: check the result before doing anything
Diffstat (limited to 'extensions/source/dbpilots/groupboxwiz.cxx')
-rw-r--r--extensions/source/dbpilots/groupboxwiz.cxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx
index 8e13563d84e5..749fdca52238 100644
--- a/extensions/source/dbpilots/groupboxwiz.cxx
+++ b/extensions/source/dbpilots/groupboxwiz.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: groupboxwiz.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: fs $ $Date: 2001-05-30 16:48:05 $
+ * last change: $Author: fs $ $Date: 2001-08-01 09:34:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -244,8 +244,11 @@ namespace dbp
//---------------------------------------------------------------------
sal_Bool OGroupBoxWizard::onFinish(sal_Int32 _nResult)
{
+ if (!OControlWizard::onFinish(_nResult))
+ return sal_False;
+
if (RET_OK != _nResult)
- return OControlWizard::onFinish(_nResult);
+ return sal_True;
// commit the basic control setttings
commitControlSettings(&m_aSettings);
@@ -620,6 +623,9 @@ namespace dbp
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.9 2001/05/30 16:48:05 fs
+ * #86714# show the data source of the form on the first not data source related page
+ *
* Revision 1.8 2001/03/20 15:45:51 fs
* #85200# added missing help ids
*