From c8de0c31e3ef1c9a3f3ecb70044d5d7b851fb294 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Tue, 22 Jan 2002 11:49:36 +0000 Subject: #95759# check if column count == 1 when count() --- connectivity/source/drivers/file/FResultSet.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/file/FResultSet.cxx b/connectivity/source/drivers/file/FResultSet.cxx index 04e824500a..d28850cb24 100644 --- a/connectivity/source/drivers/file/FResultSet.cxx +++ b/connectivity/source/drivers/file/FResultSet.cxx @@ -2,9 +2,9 @@ * * $RCSfile: FResultSet.cxx,v $ * - * $Revision: 1.80 $ + * $Revision: 1.81 $ * - * last change: $Author: fs $ $Date: 2002-01-16 08:44:56 $ + * last change: $Author: oj $ $Date: 2002-01-22 12:49:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -367,7 +367,7 @@ sal_Int32 SAL_CALL OResultSet::getRow( ) throw(SQLException, RuntimeException) sal_Int64 SAL_CALL OResultSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) { - return sal_Int64(); + return getValue(columnIndex); } // ------------------------------------------------------------------------- -- cgit v1.2.3