summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:58:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:22 +0100
commit49f6e7fecd7d6dbac399881e6397ca550ba675c4 (patch)
tree3c6a2de5ed2f32f7bb9047e0185e5e04eefc225a /desktop/source/deployment/registry
parent24672786abf703659f60babe1a6e0f19775593ce (diff)
New loplugin:dynexcspec: Add @throws documentation, desktop
Change-Id: I1e97b929174ba23fdf21c405ec4129f0e56ed2f3
Diffstat (limited to 'desktop/source/deployment/registry')
-rw-r--r--desktop/source/deployment/registry/package/dp_package.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/source/deployment/registry/package/dp_package.cxx b/desktop/source/deployment/registry/package/dp_package.cxx
index 12ad4ad0fbe8..174b4978ee18 100644
--- a/desktop/source/deployment/registry/package/dp_package.cxx
+++ b/desktop/source/deployment/registry/package/dp_package.cxx
@@ -129,6 +129,10 @@ class BackendImpl : public ImplBaseT
// throws css::uno::RuntimeException,
// css::deployment::DeploymentException
+ /// @throws deployment::DeploymentException
+ /// @throws ucb::CommandFailedException
+ /// @throws ucb::CommandAbortedException
+ /// @throws RuntimeException
bool checkLicense(
Reference< ucb::XCommandEnvironment > const & xCmdEnv,
DescriptionInfoset const & description, bool bNoLicenseChecking)