diff options
Diffstat (limited to 'connectivity/source/inc/ado/ADriver.hxx')
-rw-r--r-- | connectivity/source/inc/ado/ADriver.hxx | 2 |
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; } |