diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-02-06 10:18:24 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-02-06 10:18:24 +0000 |
commit | 4f8e97647368335cd1a49f48f1ab81d04a52db30 (patch) | |
tree | cd60dfc8307a604d6ef497ed4d7e58caf0e97087 /connectivity/source | |
parent | af957d6648d16522609597b020d599853a19e76f (diff) |
#65293# too much throw
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/file/FResultSet.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/file/FResultSet.cxx b/connectivity/source/drivers/file/FResultSet.cxx index 7c0b8128929b..236ef645cabd 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.81 $ + * $Revision: 1.82 $ * - * last change: $Author: oj $ $Date: 2002-01-22 12:49:36 $ + * last change: $Author: hjs $ $Date: 2002-02-06 11:18:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1320,7 +1320,7 @@ BOOL OResultSet::OpenImpl() if(isCount()) { if(m_xColumns->size() > 1) - throw throwGenericSQLException(::rtl::OUString::createFromAscii("Count can only be used as single column!"),*this ); + throwGenericSQLException(::rtl::OUString::createFromAscii("Count can only be used as single column!"),*this ); m_nRowCountResult = 0; // Vorlaeufig einfach ueber alle Datensaetze iterieren und // dabei die Aktionen bearbeiten (bzw. einfach nur zaehlen): |