diff options
Diffstat (limited to 'include/connectivity/dbtools.hxx')
-rw-r--r-- | include/connectivity/dbtools.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx index 515a4dc400b1..18e0919c6c75 100644 --- a/include/connectivity/dbtools.hxx +++ b/include/connectivity/dbtools.hxx @@ -306,8 +306,7 @@ namespace dbtools const css::sdbc::SQLException& _rChainedException, const css::uno::Reference< css::uno::XInterface >& _rxContext, const OUString& _rAdditionalError, - const StandardSQLState _eSQLState = StandardSQLState::ERROR_UNSPECIFIED, - const sal_Int32 _nErrorCode = 0); + const StandardSQLState _eSQLState = StandardSQLState::ERROR_UNSPECIFIED); /** search the parent hierarchy for a data source. */ |