summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc/ado/AView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ado/AView.hxx')
-rw-r--r--connectivity/source/inc/ado/AView.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/inc/ado/AView.hxx b/connectivity/source/inc/ado/AView.hxx
index f6c24247e22c..cb7ce04c2aba 100644
--- a/connectivity/source/inc/ado/AView.hxx
+++ b/connectivity/source/inc/ado/AView.hxx
@@ -46,8 +46,6 @@ namespace connectivity
// 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();
- virtual void SAL_CALL acquire() throw() override;
- virtual void SAL_CALL release() throw() override;
WpADOView getImpl() const { return m_aView;}
};