From 367e22c38163e4ae9a407c5ebdc1ff20c23f70d3 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Thu, 17 May 2001 05:46:55 +0000 Subject: #86528# size changes --- connectivity/source/inc/calc/CPreparedStatement.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity/source/inc/calc/CPreparedStatement.hxx') diff --git a/connectivity/source/inc/calc/CPreparedStatement.hxx b/connectivity/source/inc/calc/CPreparedStatement.hxx index c81766052c44..b5aa89bfe8fb 100644 --- a/connectivity/source/inc/calc/CPreparedStatement.hxx +++ b/connectivity/source/inc/calc/CPreparedStatement.hxx @@ -2,9 +2,9 @@ * * $RCSfile: CPreparedStatement.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: oj $ $Date: 2001-04-30 10:09:03 $ + * last change: $Author: oj $ $Date: 2001-05-17 06:46:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,7 @@ namespace connectivity protected: virtual file::OResultSet* createResultSet(); public: - OCalcPreparedStatement( file::OConnection* _pConnection,const ::std::vector& _TypeInfo) : file::OPreparedStatement( _pConnection,_TypeInfo){} + OCalcPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection){} DECLARE_SERVICE_INFO(); }; } -- cgit