diff options
-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; |