summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/ADriver.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-20 11:52:04 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-20 11:53:28 +0100
commitc6f6d0b7219052557c2df3cb9d27dd2c09b3168e (patch)
tree1a620c8d4a4d2ae54a2554d32b2dc52433d144d9 /connectivity/source/inc/ado/ADriver.hxx
parentcd10956cb0a32962840aee20298ad8a97ad914f5 (diff)
loplugin:dynexcspec (clang-cl), connectivity
Change-Id: Ia49a11d4f707764640ea497d877d1699183ca56e
Diffstat (limited to 'connectivity/source/inc/ado/ADriver.hxx')
-rw-r--r--connectivity/source/inc/ado/ADriver.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/inc/ado/ADriver.hxx b/connectivity/source/inc/ado/ADriver.hxx
index 74ae68347787..00343531932c 100644
--- a/connectivity/source/inc/ado/ADriver.hxx
+++ b/connectivity/source/inc/ado/ADriver.hxx
@@ -58,7 +58,9 @@ namespace connectivity
// OComponentHelper
virtual void SAL_CALL disposing() override;
// XInterface
+ /// @throws css::uno::RuntimeException
static OUString getImplementationName_Static( ) throw(css::uno::RuntimeException);
+ /// @throws css::uno::RuntimeException
static css::uno::Sequence< OUString > getSupportedServiceNames_Static( ) throw (css::uno::RuntimeException);
css::uno::Reference< css::lang::XMultiServiceFactory > getORB() const { return m_xORB; }