summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-11 13:36:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-11 13:36:58 +0000
commit0147ae18c673471a36c3ae9d9392e37b9454445d (patch)
treeeb167d51c8034defd419804661a80d02ee5c7ad1
parent731d350b94b4c43f06ff7f685a3b2598e1a25fef (diff)
INTEGRATION: CWS dba04 (1.13.18.1.2.1.14); FILE MERGED
2003/03/22 13:24:39 fs 1.13.18.1.2.1.14.1: #i11879# properly set/reset the InsertOnly property of the aggregate
-rw-r--r--forms/source/component/DatabaseForm.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx
index e6be7d4210e8..568028b154c6 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseForm.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 18:01:14 $
+ * last change: $Author: vg $ $Date: 2003-04-11 14:36:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -568,6 +568,9 @@ private:
/// invalidate all our parameter-related stuff
void invlidateParameters();
+ void saveInsertOnlyState( );
+ void restoreInsertOnlyState( );
+
// error handling
void onError(const ::com::sun::star::sdb::SQLErrorEvent& _rEvent);
void onError(::com::sun::star::sdbc::SQLException&, const ::rtl::OUString& _rContextDescription);