diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 17:46:54 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 17:59:39 +0100 |
commit | 568b3bdb9b20bd2de68dc2760b69594a9b52ba43 (patch) | |
tree | 1f686c89d701a19a67b04b779c426acc1440e317 | |
parent | 8d08ccd5b84c121867d7b3102f9d10b26005c682 (diff) |
remove duplicate line
This came in with 3ecdcbaee0a906bc0d1700f60a4d360f4f51291c and is
apparently wrong.
Change-Id: Ic048d20c728aca2f8c97a90ede74d77e51b16e1c
-rw-r--r-- | dbaccess/source/core/api/statement.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/statement.cxx b/dbaccess/source/core/api/statement.cxx index 014f1752becf..f15a3ce958f9 100644 --- a/dbaccess/source/core/api/statement.cxx +++ b/dbaccess/source/core/api/statement.cxx @@ -369,7 +369,6 @@ sal_Bool SAL_CALL OStatementBase::getMoreResults( ) throw(SQLException, Runtime Reference<XDatabaseMetaData> xMeta = Reference< XConnection > (m_xParent, UNO_QUERY)->getMetaData(); if (!xMeta.is() && !xMeta->supportsMultipleResultSets()) throwFunctionSequenceException(*this); - throwFunctionSequenceException(*this); // free the previous results disposeResultSet(); |