summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/eformspropertyhandler.hxx
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/propctrlr/eformspropertyhandler.hxx
parent4770f5488870cae68d9a3df2c62613c32a040f44 (diff)
New loplugin:dynexcspec: Add @throws documentation, extensions
Change-Id: Ia44f7b0a162d269bf38133575f986efd62eb6d52
Diffstat (limited to 'extensions/source/propctrlr/eformspropertyhandler.hxx')
-rw-r--r--extensions/source/propctrlr/eformspropertyhandler.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/source/propctrlr/eformspropertyhandler.hxx b/extensions/source/propctrlr/eformspropertyhandler.hxx
index 6d34ceaf3c5b..3b84b3e9c4da 100644
--- a/extensions/source/propctrlr/eformspropertyhandler.hxx
+++ b/extensions/source/propctrlr/eformspropertyhandler.hxx
@@ -51,7 +51,9 @@ namespace pcr
const css::uno::Reference< css::uno::XComponentContext >& _rxContext
);
+ /// @throws css::uno::RuntimeException
static OUString SAL_CALL getImplementationName_static( ) throw (css::uno::RuntimeException);
+ /// @throws css::uno::RuntimeException
static css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_static( ) throw (css::uno::RuntimeException);
protected: