summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/DatabaseForm.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx
index 8bc407867cc5..e04b1ecebb2b 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseForm.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: oj $ $Date: 2001-10-18 06:44:45 $
+ * last change: $Author: fs $ $Date: 2001-10-22 15:25:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -524,7 +524,7 @@ private:
const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& _rxCompletionHandler = ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >());
bool fillParameters(ReusableMutexGuard& _rClearForNotifies,
const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& _rxCompletionHandler = ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >());
- OParameterInfoImpl* createParameterInfo() const;
+ void createParameterInfo();
bool hasValidParent() const;
// if there are no parameter infos we now that we have a complete new statement to execute
bool needStatementRebuild() const {return m_pParameterInfo == NULL;}
@@ -558,6 +558,9 @@ private:
/// checks if we currently share our connection with our parent
sal_Bool isSharingConnection( ) const { return m_bSharingConnection; }
+ /// invalidate all our parameter-related stuff
+ void invlidateParameters();
+
// error handling
void onError(const ::com::sun::star::sdb::SQLErrorEvent& _rEvent);
void onError(::com::sun::star::sdbc::SQLException&, const ::rtl::OUString& _rContextDescription);