diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-05-17 05:46:55 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-05-17 05:46:55 +0000 |
commit | 367e22c38163e4ae9a407c5ebdc1ff20c23f70d3 (patch) | |
tree | 5cb3e266aa3e785371e84b5372a54a016461e82b /connectivity/source/inc/file/FPreparedStatement.hxx | |
parent | 98b43366d54d975a589d8d901f0cd9c399d55ae8 (diff) |
#86528# size changes
Diffstat (limited to 'connectivity/source/inc/file/FPreparedStatement.hxx')
-rw-r--r-- | connectivity/source/inc/file/FPreparedStatement.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/file/FPreparedStatement.hxx b/connectivity/source/inc/file/FPreparedStatement.hxx index f9800357bf61..55bae6f6feb2 100644 --- a/connectivity/source/inc/file/FPreparedStatement.hxx +++ b/connectivity/source/inc/file/FPreparedStatement.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FPreparedStatement.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: oj $ $Date: 2001-04-30 09:59:56 $ + * last change: $Author: oj $ $Date: 2001-05-17 06:46:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,7 +117,7 @@ namespace connectivity public: DECLARE_SERVICE_INFO(); // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: - OPreparedStatement( OConnection* _pConnection,const ::std::vector<connectivity::OTypeInfo>& _TypeInfo); + OPreparedStatement( OConnection* _pConnection); void construct(const ::rtl::OUString& sql) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); |