diff options
Diffstat (limited to 'connectivity/source/inc/calc/CDriver.hxx')
-rw-r--r-- | connectivity/source/inc/calc/CDriver.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/inc/calc/CDriver.hxx b/connectivity/source/inc/calc/CDriver.hxx index 39867264852e..2a5cb622e18e 100644 --- a/connectivity/source/inc/calc/CDriver.hxx +++ b/connectivity/source/inc/calc/CDriver.hxx @@ -28,6 +28,7 @@ namespace connectivity { namespace calc { + /// @throws css::uno::Exception css::uno::Reference< css::uno::XInterface > SAL_CALL ODriver_CreateInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& _rxFactory) throw( css::uno::Exception ); @@ -39,6 +40,7 @@ namespace connectivity css::uno::XComponentContext >& _rxContext) : file::OFileDriver(_rxContext) {} + /// @throws css::uno::RuntimeException static OUString getImplementationName_Static( ) throw(css::uno::RuntimeException); OUString SAL_CALL getImplementationName( ) throw(css::uno::RuntimeException, std::exception) override; |