diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 20:42:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 13:22:58 +0100 |
commit | 5f762e3b2d5e53018b72c3f14a7e99d89eafbb37 (patch) | |
tree | e909eea67da2199fd0f7883459efbf37ab9e0efe /ucb | |
parent | e33742f4b1b3456ced02cbf6533f913033c6c81e (diff) |
coverity#1308494 Uncaught exception
Change-Id: Ie05140e8b144fdf40b473920092d66d42ec47d74
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/core/ucbcmds.cxx | 2 |
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; |