Kaydet (Commit) 568b3bdb authored tarafından Thomas Arnhold's avatar Thomas Arnhold

remove duplicate line

This came in with 3ecdcbae and is
apparently wrong.

Change-Id: Ic048d20c728aca2f8c97a90ede74d77e51b16e1c
üst 8d08ccd5
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment