summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-04 19:59:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-04 19:59:53 +0100
commit0c2073abe84061a013828775dc5e2d42b85ffdfe (patch)
tree92f16c072f4c9ad49df3a3cba17915b8acedc1db /ucb
parent9216e5ef76ab718568ebda64ccfa0c010390e11a (diff)
coverity#1309265 Uncaught exception
Change-Id: I879b55c919edff1e146edd8a83bce6e5e9e699b5
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/core/ucb.hxx2
-rw-r--r--ucb/source/core/ucbcmds.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/core/ucb.hxx b/ucb/source/core/ucb.hxx
index 784c055f3e96..dc5ffcfa13bf 100644
--- a/ucb/source/core/ucb.hxx
+++ b/ucb/source/core/ucb.hxx
@@ -200,7 +200,7 @@ private:
const com::sun::star::ucb::GlobalTransferCommandArgument2 & rArg,
const com::sun::star::uno::Reference<
com::sun::star::ucb::XCommandEnvironment >& xEnv )
- throw( com::sun::star::uno::Exception );
+ throw( com::sun::star::uno::Exception, std::exception );
com::sun::star::uno::Any checkIn( const com::sun::star::ucb::CheckinArgument& rArg,
const com::sun::star::uno::Reference<
diff --git a/ucb/source/core/ucbcmds.cxx b/ucb/source/core/ucbcmds.cxx
index 249d8d82aaca..2c652e2e18b3 100644
--- a/ucb/source/core/ucbcmds.cxx
+++ b/ucb/source/core/ucbcmds.cxx
@@ -1684,7 +1684,7 @@ UniversalContentBroker::getCommandInfo()
void UniversalContentBroker::globalTransfer(
const ucb::GlobalTransferCommandArgument2 & rArg,
const uno::Reference< ucb::XCommandEnvironment > & xEnv )
- throw( uno::Exception )
+ throw( uno::Exception, std::exception )
{
// Use own command environment with own interaction handler intercepting
// some interaction requests that shall not be handled by the user-supplied