diff options
Diffstat (limited to 'connectivity/source/inc/TPrivilegesResultSet.hxx')
-rw-r--r-- | connectivity/source/inc/TPrivilegesResultSet.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/TPrivilegesResultSet.hxx b/connectivity/source/inc/TPrivilegesResultSet.hxx index c47b616610b1..97873b096983 100644 --- a/connectivity/source/inc/TPrivilegesResultSet.hxx +++ b/connectivity/source/inc/TPrivilegesResultSet.hxx @@ -40,7 +40,7 @@ namespace connectivity // ::cppu::OComponentHelper virtual void SAL_CALL disposing(void); // XResultSet - virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); + virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException, std::exception); }; } #endif // CONNECTIVITY_PRIVILEGESRESULTSET_HXX |