Kaydet (Commit) 7004d1e0 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308486 Uncaught exception

Change-Id: I1c38ea60a431991ec911353618000ad7a1a7f2ea
üst 5544ad58
......@@ -1450,7 +1450,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
uno::Any Content::open(
const ucb::OpenCommandArgument2& rArg,
const uno::Reference< ucb::XCommandEnvironment >& xEnv )
throw( uno::Exception )
throw( uno::Exception, std::exception )
{
if ( rArg.Mode == ucb::OpenMode::ALL ||
rArg.Mode == ucb::OpenMode::FOLDERS ||
......
......@@ -210,7 +210,7 @@ private:
open( const ::com::sun::star::ucb::OpenCommandArgument2& 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 );
void insert( const ::com::sun::star::uno::Reference<
::com::sun::star::io::XInputStream >& xStream,
......
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