summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-31 15:10:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-02 12:14:50 +0100
commit316a5574ed28317219b557a0ebbcae73bf168d76 (patch)
tree3588ed2ccc89f6239b1b48de942de0636cd5ea85 /desktop/source/deployment/registry/inc
parent3284daa3ab56502ab5ec3e9cf2c02ae17e5e5d6c (diff)
coverity#706501 Uncaught exception
Change-Id: Ic5d95b87428284113f543427b417453dd361b354
Diffstat (limited to 'desktop/source/deployment/registry/inc')
-rw-r--r--desktop/source/deployment/registry/inc/dp_backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index 24a55fdd1f16..c1e2df91f157 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -249,8 +249,8 @@ public:
sal_Int32 nameClashAction,
css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
throw (css::deployment::ExtensionRemovedException,
- css::ucb::CommandFailedException,
- css::ucb::CommandAbortedException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ css::ucb::CommandFailedException, css::ucb::CommandAbortedException,
+ css::ucb::ContentCreationException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual OUString SAL_CALL getRepositoryName()
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual css::beans::Optional< OUString > SAL_CALL getRegistrationDataURL()