summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/odbc/OStatement.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/odbc/OStatement.cxx')
-rw-r--r--connectivity/source/drivers/odbc/OStatement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/odbc/OStatement.cxx b/connectivity/source/drivers/odbc/OStatement.cxx
index f114b8fc2c64..19d4ad73cdb3 100644
--- a/connectivity/source/drivers/odbc/OStatement.cxx
+++ b/connectivity/source/drivers/odbc/OStatement.cxx
@@ -385,7 +385,7 @@ Reference< XResultSet > OStatement_Base::getResultSet(bool checkCount)
if (m_xResultSet.get().is()) // if resultset already retrieved,
{
// throw exception to avoid sequence error
- ::dbtools::throwFunctionSequenceException(*this,Any());
+ ::dbtools::throwFunctionSequenceException(*this);
}
OResultSet* pRs = nullptr;