summaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/ado/AView.hxx b/connectivity/source/inc/ado/AView.hxx
index cb7ce04c2aba..628fac387c5c 100644
--- a/connectivity/source/inc/ado/AView.hxx
+++ b/connectivity/source/inc/ado/AView.hxx
@@ -44,7 +44,7 @@ namespace connectivity
OAdoView(bool _bCase, ADOView* _pView=nullptr);
// css::lang::XUnoTunnel
- virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw(css::uno::RuntimeException) override;
+ virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override;
static css::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
WpADOView getImpl() const { return m_aView;}