From 058abc7cfed47b6f7a235df16080ebb5197c8cc5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 17 Oct 2016 08:56:14 +0200 Subject: loplugin:unnecessaryoverride Change-Id: Id90a0a3334f4551b926a240b2e06a34337188c07 --- connectivity/source/drivers/ado/AIndex.cxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'connectivity/source/drivers/ado/AIndex.cxx') 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: */ -- cgit