summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AIndex.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-17 08:56:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-17 08:56:14 +0200
commit058abc7cfed47b6f7a235df16080ebb5197c8cc5 (patch)
tree193b2bc198b09b0402641ede57e2d69b334eabd2 /connectivity/source/drivers/ado/AIndex.cxx
parentfa8a4f62bba1c92ec9d3bd7de3be8d8443008b17 (diff)
loplugin:unnecessaryoverride
Change-Id: Id90a0a3334f4551b926a240b2e06a34337188c07
Diffstat (limited to 'connectivity/source/drivers/ado/AIndex.cxx')
-rw-r--r--connectivity/source/drivers/ado/AIndex.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/connectivity/source/drivers/ado/AIndex.cxx b/connectivity/source/drivers/ado/AIndex.cxx
index 0e8dd81e2f92..d5b441714504 100644
--- a/connectivity/source/drivers/ado/AIndex.cxx
+++ b/connectivity/source/drivers/ado/AIndex.cxx
@@ -130,15 +130,4 @@ void SAL_CALL OAdoIndex::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,cons
sdbcx::OIndex::setFastPropertyValue_NoBroadcast(nHandle,rValue);
}
-void SAL_CALL OAdoIndex::acquire() throw()
-{
- sdbcx::OIndex::acquire();
-}
-
-void SAL_CALL OAdoIndex::release() throw()
-{
- sdbcx::OIndex::release();
-}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */