summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AKey.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/ado/AKey.cxx')
-rw-r--r--connectivity/source/drivers/ado/AKey.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/connectivity/source/drivers/ado/AKey.cxx b/connectivity/source/drivers/ado/AKey.cxx
index a569b8339090..8c3657dc835e 100644
--- a/connectivity/source/drivers/ado/AKey.cxx
+++ b/connectivity/source/drivers/ado/AKey.cxx
@@ -142,16 +142,4 @@ void OAdoKey::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rVal
OKey_ADO::setFastPropertyValue_NoBroadcast(nHandle,rValue);
}
-
-void SAL_CALL OAdoKey::acquire() throw()
-{
- OKey_ADO::acquire();
-}
-
-void SAL_CALL OAdoKey::release() throw()
-{
- OKey_ADO::release();
-}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */