diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 15:00:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 15:00:06 +0000 |
commit | 907c8d730c46b3803aa5b53de2b35ead7c7fcca5 (patch) | |
tree | 1113bc90551543b62898a55ba95b9f206d100c18 /forms/source/component/DatabaseForm.hxx | |
parent | 89c873e8d781c35d9a9d0388ce02de86e3082884 (diff) |
INTEGRATION: CWS dba24 (1.24.10); FILE MERGED
2005/02/10 17:29:02 fs 1.24.10.2: removed setResultSetType - decided to do this in the RowSet
2005/02/10 17:00:54 fs 1.24.10.1: #i15113# when executing the row set, care for a data-source-setting which enables defensive usage of ResultSetType and ResultSetConcurrency - IBM's Universe database didn't like our previous aggressive behaviour
Diffstat (limited to 'forms/source/component/DatabaseForm.hxx')
-rw-r--r-- | forms/source/component/DatabaseForm.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx index d5e500e75..e4d7cb99a 100644 --- a/forms/source/component/DatabaseForm.hxx +++ b/forms/source/component/DatabaseForm.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseForm.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: obo $ $Date: 2005-01-05 12:02:43 $ + * last change: $Author: vg $ $Date: 2005-03-10 16:00:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,9 @@ #ifndef _FRM_DATABASEFORM_HXX_ #define _FRM_DATABASEFORM_HXX_ +#ifndef _COM_SUN_STAR_SDBC_XDATASOURCE_HPP_ +#include <com/sun/star/sdbc/XDataSource.hpp> +#endif #ifndef _COM_SUN_STAR_SDB_XSQLERRORLISTENER_HPP_ #include <com/sun/star/sdb/XSQLErrorListener.hpp> #endif @@ -607,7 +610,7 @@ private: sal_Bool InsertFilePart(INetMIMEMessage& rParent, const ::rtl::OUString& rName, const ::rtl::OUString& rFileName); void Encode(::rtl::OUString& rString) const; - ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > getConnection(); + ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > getConnection(); DECL_LINK( OnTimeout, void* ); }; |