summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 20:42:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 13:22:58 +0100
commit5f762e3b2d5e53018b72c3f14a7e99d89eafbb37 (patch)
treee909eea67da2199fd0f7883459efbf37ab9e0efe /ucb
parente33742f4b1b3456ced02cbf6533f913033c6c81e (diff)
coverity#1308494 Uncaught exception
Change-Id: Ie05140e8b144fdf40b473920092d66d42ec47d74
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/core/ucbcmds.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/core/ucbcmds.cxx b/ucb/source/core/ucbcmds.cxx
index 28a254fd2edc..475dc1785bd8 100644
--- a/ucb/source/core/ucbcmds.cxx
+++ b/ucb/source/core/ucbcmds.cxx
@@ -1037,7 +1037,7 @@ void handleNameClashRename(
const uno::Reference<
ucb::XCommandProcessor > & xCommandProcessorS,
/* [inout] */ uno::Reference< io::XInputStream > & xInputStream )
- throw( uno::Exception )
+ throw( uno::Exception, std::exception )
{
sal_Int32 nTry = 0;