summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/ATable.hxx
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/inc/ado/ATable.hxx
parentfa8a4f62bba1c92ec9d3bd7de3be8d8443008b17 (diff)
loplugin:unnecessaryoverride
Change-Id: Id90a0a3334f4551b926a240b2e06a34337188c07
Diffstat (limited to 'connectivity/source/inc/ado/ATable.hxx')
-rw-r--r--connectivity/source/inc/ado/ATable.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/inc/ado/ATable.hxx b/connectivity/source/inc/ado/ATable.hxx
index ca7882686695..e40698556e7c 100644
--- a/connectivity/source/inc/ado/ATable.hxx
+++ b/connectivity/source/inc/ado/ATable.hxx
@@ -60,8 +60,6 @@ namespace connectivity
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw(css::uno::RuntimeException) override;
static css::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
- virtual void SAL_CALL acquire() throw() override;
- virtual void SAL_CALL release() throw() override;
// XRename
virtual void SAL_CALL rename( const OUString& newName ) throw(css::sdbc::SQLException, css::container::ElementExistException, css::uno::RuntimeException) override;