summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-25 10:04:33 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-25 10:04:33 +0000
commitf58bd0d8af5214eb70e7bd853b56b6751e805402 (patch)
tree52a694ae8f2b0c7c607e73c42f7862e674f3f5cc /forms/source/component
parent2b0a847e5eb3fa62a3733d941fc3bd40092100a6 (diff)
#87937# don't execute if the parameter request was cancelled by the listener
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/DatabaseForm.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index 6592cc4fb43f..af62a5c5e019 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseForm.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: fs $ $Date: 2001-06-12 11:52:27 $
+ * last change: $Author: fs $ $Date: 2001-06-25 11:04:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1794,7 +1794,8 @@ sal_Bool ODatabaseForm::executeRowSet(ReusableMutexGuard& _rClearForNotifies, sa
if (!m_xAggregateAsRowSet.is())
return sal_False;
- fillParameters(_rClearForNotifies, _rxCompletionHandler);
+ if (!fillParameters(_rClearForNotifies, _rxCompletionHandler))
+ return sal_False;
sal_Bool bInsertOnly = sal_False;
// ensure the aggregated row set has the correct properties