summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/AColumn.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/AColumn.hxx
parentfa8a4f62bba1c92ec9d3bd7de3be8d8443008b17 (diff)
loplugin:unnecessaryoverride
Change-Id: Id90a0a3334f4551b926a240b2e06a34337188c07
Diffstat (limited to 'connectivity/source/inc/ado/AColumn.hxx')
-rw-r--r--connectivity/source/inc/ado/AColumn.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/inc/ado/AColumn.hxx b/connectivity/source/inc/ado/AColumn.hxx
index 969eed384fdf..6dda866cc052 100644
--- a/connectivity/source/inc/ado/AColumn.hxx
+++ b/connectivity/source/inc/ado/AColumn.hxx
@@ -48,8 +48,6 @@ namespace connectivity
OAdoColumn(bool _bCase,OConnection* _pConnection);
// ODescriptor
virtual void construct() override;
- virtual void SAL_CALL acquire() throw() override;
- virtual void SAL_CALL release() throw() override;
// css::lang::XUnoTunnel
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();