Kaydet (Commit) 8db808c5 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308481 Uncaught exception

Change-Id: Ieb1796d1da5b887f7d0d5748007cc581c3d287d7
üst 445d2283
......@@ -1125,7 +1125,7 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
uno::Sequence< uno::Any > Content::setPropertyValues(
const uno::Sequence< beans::PropertyValue >& rValues,
const uno::Reference< ucb::XCommandEnvironment > & xEnv )
throw( uno::Exception )
throw( uno::Exception, std::exception )
{
osl::ClearableGuard< osl::Mutex > aGuard( m_aMutex );
......
......@@ -175,7 +175,7 @@ private:
::com::sun::star::beans::PropertyValue >& rValues,
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 );
com::sun::star::uno::Any
open( const ::com::sun::star::ucb::OpenCommandArgument2& rArg,
......
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