From 49f6e7fecd7d6dbac399881e6397ca550ba675c4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:58:48 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, desktop Change-Id: I1e97b929174ba23fdf21c405ec4129f0e56ed2f3 --- desktop/source/deployment/registry/package/dp_package.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'desktop/source/deployment/registry') 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) -- cgit