Kaydet (Commit) 5f762e3b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308494 Uncaught exception

Change-Id: Ie05140e8b144fdf40b473920092d66d42ec47d74
üst e33742f4
...@@ -1037,7 +1037,7 @@ void handleNameClashRename( ...@@ -1037,7 +1037,7 @@ void handleNameClashRename(
const uno::Reference< const uno::Reference<
ucb::XCommandProcessor > & xCommandProcessorS, ucb::XCommandProcessor > & xCommandProcessorS,
/* [inout] */ uno::Reference< io::XInputStream > & xInputStream ) /* [inout] */ uno::Reference< io::XInputStream > & xInputStream )
throw( uno::Exception ) throw( uno::Exception, std::exception )
{ {
sal_Int32 nTry = 0; sal_Int32 nTry = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment