summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/unosqlmessage.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:58:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:22 +0100
commit4c81fe62c16b0ebc7f86ff589880169247584c8e (patch)
tree59ac6f4f3b5dbc03d4e839d386d7d3d39551319e /dbaccess/source/ui/inc/unosqlmessage.hxx
parent49f6e7fecd7d6dbac399881e6397ca550ba675c4 (diff)
New loplugin:dynexcspec: Add @throws documentation, dbaccess
Change-Id: I117be0dca3cc5e204414613123422b4b0716d8ed
Diffstat (limited to 'dbaccess/source/ui/inc/unosqlmessage.hxx')
-rw-r--r--dbaccess/source/ui/inc/unosqlmessage.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/ui/inc/unosqlmessage.hxx b/dbaccess/source/ui/inc/unosqlmessage.hxx
index 98d7e0b77e62..183932a9d687 100644
--- a/dbaccess/source/ui/inc/unosqlmessage.hxx
+++ b/dbaccess/source/ui/inc/unosqlmessage.hxx
@@ -51,7 +51,9 @@ public:
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() throw(css::uno::RuntimeException, std::exception) override;
// XServiceInfo - static methods
+ /// @throws css::uno::RuntimeException
static css::uno::Sequence< OUString > getSupportedServiceNames_Static() throw( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
static OUString getImplementationName_Static() throw( css::uno::RuntimeException );
static css::uno::Reference< css::uno::XInterface >
SAL_CALL Create(const css::uno::Reference< css::lang::XMultiServiceFactory >&);