summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package/pkgcontent.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 17:22:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-27 18:25:03 +0100
commite5e37b2b930644051cc1253e0ee71e3ffe5b3cf8 (patch)
tree2c38393218a236f9ee31852cd62f2cc5c7a9f73d /ucb/source/ucp/package/pkgcontent.cxx
parentf957387666d03c5135987c39feb4f747bfab2a1f (diff)
coverity#1308459 Uncaught exception
Change-Id: I32fc8dd437bee6a5fdbf3ea51926ddc23b3263d8
Diffstat (limited to 'ucb/source/ucp/package/pkgcontent.cxx')
-rw-r--r--ucb/source/ucp/package/pkgcontent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index 3494813c16c1..5d0e6bd8ce78 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -1040,7 +1040,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
uno::Sequence< uno::Any > Content::setPropertyValues(
const uno::Sequence< beans::PropertyValue >& rValues,
const uno::Reference< ucb::XCommandEnvironment > & xEnv )
- throw( uno::Exception )
+ throw( uno::Exception, std::exception )
{
osl::ClearableGuard< osl::Mutex > aGuard( m_aMutex );