summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:57:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:21 +0100
commit8ee3f986981ecb74bafb9d4702085bb993418efd (patch)
treeef1e45940c38c5af30644cf8f97b59df6b20f4e9 /extensions/source/dbpilots
parent4770f5488870cae68d9a3df2c62613c32a040f44 (diff)
New loplugin:dynexcspec: Add @throws documentation, extensions
Change-Id: Ia44f7b0a162d269bf38133575f986efd62eb6d52
Diffstat (limited to 'extensions/source/dbpilots')
-rw-r--r--extensions/source/dbpilots/unoautopilot.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/source/dbpilots/unoautopilot.hxx b/extensions/source/dbpilots/unoautopilot.hxx
index 8d41f1287942..91187d78d661 100644
--- a/extensions/source/dbpilots/unoautopilot.hxx
+++ b/extensions/source/dbpilots/unoautopilot.hxx
@@ -66,11 +66,13 @@ namespace dbp
}
// XServiceInfo - static methods
+ /// @throws css::uno::RuntimeException
static css::uno::Sequence< OUString > getSupportedServiceNames_Static() throw( css::uno::RuntimeException )
{
return SERVICEINFO::getServiceNames();
}
+ /// @throws css::uno::RuntimeException
static OUString getImplementationName_Static() throw( css::uno::RuntimeException )
{
return SERVICEINFO::getImplementationName();