From 5b2b75ac26961d3cef093ca546a5316be6f2d782 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:59:45 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, connectivity Change-Id: Id8711eaeac65efaa228b60d5786169016bfb61a3 --- connectivity/source/drivers/evoab2/NDriver.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'connectivity/source/drivers/evoab2/NDriver.hxx') diff --git a/connectivity/source/drivers/evoab2/NDriver.hxx b/connectivity/source/drivers/evoab2/NDriver.hxx index e0dc13dd94a2..952b9a060e5e 100644 --- a/connectivity/source/drivers/evoab2/NDriver.hxx +++ b/connectivity/source/drivers/evoab2/NDriver.hxx @@ -33,7 +33,7 @@ namespace connectivity { namespace evoab { - + /// @throws css::uno::Exception css::uno::Reference< css::uno::XInterface > SAL_CALL OEvoabDriver_CreateInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& _rxFactory) throw( css::uno::Exception ); @@ -57,7 +57,9 @@ namespace connectivity 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); // XServiceInfo -- cgit v1.2.3