summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AUser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/ado/AUser.cxx')
-rw-r--r--connectivity/source/drivers/ado/AUser.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/connectivity/source/drivers/ado/AUser.cxx b/connectivity/source/drivers/ado/AUser.cxx
index b219bcfb61d0..38943071b885 100644
--- a/connectivity/source/drivers/ado/AUser.cxx
+++ b/connectivity/source/drivers/ado/AUser.cxx
@@ -151,17 +151,6 @@ cppu::IPropertyArrayHelper & OUserExtend::getInfoHelper()
return *OUserExtend_PROP::getArrayHelper();
}
-
-void SAL_CALL OAdoUser::acquire() throw()
-{
- OUser_TYPEDEF::acquire();
-}
-
-void SAL_CALL OAdoUser::release() throw()
-{
- OUser_TYPEDEF::release();
-}
-
sal_Int32 SAL_CALL OAdoUser::getPrivileges( const OUString& objName, sal_Int32 objType ) throw(SQLException, RuntimeException)
{
::osl::MutexGuard aGuard(m_aMutex);