summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AUsers.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/ado/AUsers.cxx')
-rw-r--r--connectivity/source/drivers/ado/AUsers.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/ado/AUsers.cxx b/connectivity/source/drivers/ado/AUsers.cxx
index b136fe944d9a..74c22bd520d5 100644
--- a/connectivity/source/drivers/ado/AUsers.cxx
+++ b/connectivity/source/drivers/ado/AUsers.cxx
@@ -42,7 +42,7 @@ sdbcx::ObjectType OUsers::createObject(const OUString& _rName)
return new OAdoUser(m_pCatalog,isCaseSensitive(),_rName);
}
-void OUsers::impl_refresh() throw(RuntimeException)
+void OUsers::impl_refresh()
{
m_aCollection.Refresh();
}